Haithm EL-Watany

Results 4 comments of Haithm EL-Watany

The issue is related to running your server (development server or on production) in a secure connection, trying the same steps while running localhost without `https` won't generate the issue,...

> It seems that the issue you're facing with the cookie being removed upon page refresh is due to the SSR (Server-Side Rendering) nature of the application. > > To...

@yamachita0109 @mtzrmzia If you are serving your app over a secure connection **(using HTTPS)**, please consider setting `secureCookieAttribute` to `true`, please check [here](https://auth.sidebase.io/guide/local/quick-start#securecookieattribute) ```typescript auth: { baseURL: 'http://external_api.com/api/auth/', globalAppMiddleware: true,...

> > Any update on this please ? Did anyone figure it out ? Disabling the SSR isn't a solution in my case > > Have you tried the new...