Replies: 1 comment
-
Oh wait, it's |
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.
-
Inside,
getServerSideProps
, I have the following:However, although this does successfully redirect the user to the login page if they are not signed in, it does not redirect the user back to the current page after a successful login. Am I using the
callback
query parameter incorrectly?Beta Was this translation helpful? Give feedback.
All reactions