You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we fetch data from nextjs server, we need the auth details (token) to be available in the server too.
The way to do it is to move this data from localStorage to cookie.
There is no impact on the user once this is done but it allow us to give better user experience and reduce server calls.
The text was updated successfully, but these errors were encountered:
Now that we fetch data from nextjs server, we need the auth details (token) to be available in the server too.
The way to do it is to move this data from localStorage to cookie.
There is no impact on the user once this is done but it allow us to give better user experience and reduce server calls.
The text was updated successfully, but these errors were encountered: