This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 375
Not redirect to home route after authenticated the app #943
Comments
you are redirected to authenticate/token to get an access token. v17 will not work without this. |
@enmaboya Ok, but not redirect to the home screen, I mean the welcome page is not visible after redirect on this page. how can I redirect to the home page route? |
Hi @sandyrewa You have set up your web.php correctly? Can you provide more detail into the issue you are facing. |
Hi @sandyrewa As @enmaboya mentioned, v17 uses JWT tokens and that Do you still have the issue? I.e you can't ever get to the home screen of the app just a blank page etc? |
Closing stale issue, reopen if problem persists. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
After successful authenticated app should redirect to home route
https://shopname.com/admin/apps/8e70e1ac2ef9c145dab4f001b504baee/appname/?shop=shopname.com&target=%2F%3Fhost%3Dc2YtZGVtby1vbmUubXlzaG9waWZ5LmNvbS9hZG1pbg
Current Behavior
After successful authenticated app redirect to this URL
https://shopname.com/admin/apps/8e70e1ac2ef9c145dab4f001b504baee/appname/authenticate/token?shop=shopname.com&target=%2F%3Fhost%3Dc2YtZGVtby1vbmUubXlzaG9waWZ5LmNvbS9hZG1pbg
But it should redirect to the URL
https://shopname.com/admin/apps/8e70e1ac2ef9c145dab4f001b504baee/appname/?shop=shopname.com&target=%2F%3Fhost%3Dc2YtZGVtby1vbmUubXlzaG9waWZ5LmNvbS9hZG1pbg
I'm using old version of API v16.0 into the another app and its working properly and redirected to the home route
Context
The text was updated successfully, but these errors were encountered: