Redirect previous page before login #1558
Unanswered
nhanco
asked this question in
Support Requests
Replies: 2 comments
-
add a middleware like this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nhanco I think it may partly because you have
in the wrong location so you are not disabling rewrites. It returns to your /callback but then redirects to the original guarded page It should be
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got a problem when make redirect to previous before login. After login on facebook my screen turn to previous page but few second after that return to home ( route "/"). Something wrong in my code ? Please help me, i'm searched a lot of time. But can't find anything. Sorry english is not my first language.
this is my nuxt.config.js
and this is my plugins/auth.js
Beta Was this translation helpful? Give feedback.
All reactions