Clément
Clément
BABetter Auth
Created by Clément on 4/2/2025 in #bug-reports
Issue: Session not retrieved on latest safari version
fixed with :
advanced: {
defaultCookieAttributes: {
sameSite: 'None',
partitioned: true,
secure: true,
},
},
advanced: {
defaultCookieAttributes: {
sameSite: 'None',
partitioned: true,
secure: true,
},
},
idk why it wasn't working
10 replies
BABetter Auth
Created by Clément on 4/2/2025 in #bug-reports
Issue: Session not retrieved on latest safari version
your backend and frontend are not on the same domain name ?
10 replies
BABetter Auth
Created by Clément on 4/2/2025 in #bug-reports
Issue: Session not retrieved on latest safari version
It’s on prod
10 replies
BABetter Auth
Created by RaikuGG on 3/24/2025 in #help
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
On which commit was this fixed? Thank you for your response.
13 replies
CDCloudflare Developers
Created by ladryk.0 on 2/27/2025 in #pages-help
Internal Server Error on Cloudlfare Pages
oh ok, (it works fine with 15.1.7)
16 replies
CDCloudflare Developers
Created by ladryk.0 on 2/27/2025 in #pages-help
Internal Server Error on Cloudlfare Pages
Hello, I have the same error when i upgrade to next 15.2.0.
16 replies