Oussama Louelkadi
Oussama Louelkadi
@edutucci did you found a solution for this?
> > @edutucci did you found a solution for this? > > I found solution, do you want code? Yes, please.
> > > > @edutucci did you found a solution for this? > > > > > > > > > I found solution, do you want code? > >...
If sessions don’t persist on the Network in dev. I fixed it by adding this to disable secure in nuxt.config.ts (✅ dev only): ``` runtimeConfig: { session: { name: 'nuxt-session',...