-
-
Notifications
You must be signed in to change notification settings - Fork 377
Stuck in loop to /login route #531
Comments
This is most likely related to the browser cookie issue. Which browser are you using, and does it happen on others? |
It is clearly related to cookies. Managed to make it work this morning. Going to retrace every step and post it here later. Maybe it will help. |
Figured. If you feel its truly cookie related, theres a master issue we’re merging these types of tickets into.
Its quite hard to solve this issue, which we’re woking on.
From: Hiriscau Bogdan<mailto:notifications@github.com>
Sent: Wednesday, July 15, 2020 12:50
To: osiset/laravel-shopify<mailto:laravel-shopify@noreply.github.com>
Cc: Tyler King<mailto:tyler.n.king@gmail.com>; Comment<mailto:comment@noreply.github.com>
Subject: Re: [osiset/laravel-shopify] Stuck in loop to /login route (#531)
It is clearly related to cookies. Managed to make it work this morning. Going to retrace every step and post it here later. Maybe it will help.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#531 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AASO4ORGWDR555NNOZOX3MDR3XCLRANCNFSM4OZ2FLAA>.
|
Hi, I'm having the same issue, even when I clear cookies, it redirects to log in again. Meanwhile, if I write any other route then it seems to work!! Have you found a solution? |
@helix2020 I believe other routes are working, maybe, because they do not use the auth or billable middleware, thus work without cookies, I presume. So, to retrace the steps:
App is hosted on heroku |
Hi @bodanu, I follow the steps but it doesn't work!!! |
Hi @osiset, is this adjustment now in the current version of the package, or should I need to update the package? Thank you :) |
@helix2020 Theres no update right now. |
Expected Behavior
After user/dev installs the app it should redirect to the "home" route if everything checks out.
Current Behavior
App works locally using ngrok as a tunnel, but when uploading to heroku, after instalation, the data is stored in the database, but instead of going to the "home" route, it gets stuck in a loop to the /login route. If I enter the shop name, it returns a 419 code.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
The text was updated successfully, but these errors were encountered: