Replies: 1 comment
-
@edw19 the best way to do this is to replace the localStorage config with for example https://github.com/js-cookie/js-cookie |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to manage my app's authentication in nextjs and I'm having trouble knowing which user is authenticated because when using accountsGraphql.getUser () on the server side it gives me a localStorage error. Does anyone know the correct way to implement it in nextjs?
Beta Was this translation helpful? Give feedback.
All reactions