gabrielstuff
Build Nuxt for CF Worker and postgre
Some reading here: https://nuxt.com/docs/getting-started/configuration#external-configuration-files and there: https://github.com/nitrojs/nitro/issues/178, https://github.com/nitrojs/nitro/issues/1967
6 replies
Nuxt Supabase and remembering session
People complening here (for Strapi) about the same behavior : https://github.com/nuxt-modules/strapi/issues/382
22 replies
Nuxt Supabase and remembering session
Here is what I tried :
- Changed the port
- Deploy in production
- Change the version down to v1.3.5
- Add
supabase.cookieOptions.secure
in nuxtConfig
- Tried the experimental.cookieStore = true
in nuxtConfig
I'm running out of idea22 replies