Server side NextJS #1198
Unanswered
brandanking-decently
asked this question in
Q&A
Replies: 0 comments
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.
-
How does this handle requests called server side? We use the access token to get user information and send info back based on this. Is it possible that due to caching a user could get another users information.
I was going to use a custom function to generate the key, however, it seems like when the generated key function is called it doesn't receive data passed to the request via an interceptor. The use case I have is that I pass the access token to axios via an interceptor but that access token isn't part of the request when generating the key
Beta Was this translation helpful? Give feedback.
All reactions