-
-
Notifications
You must be signed in to change notification settings - Fork 375
Infinite redirect #962
Comments
Downgrading Laravel-Shopify package to v16.0.6 resolved the problem for me. |
@vlkf Thanks, it's also working for me with v16.0.6, but I read an article where Shopify reject the app which is created on v16 |
Fixes an issue where the verifyValidity() function checks the api token against the global api_key instead of any shop specific token. Also fixes an infinite loop error that was occurring for myself, possibly related to: gnikyt#962
Fixes an issue where the verifyValidity() function checks the api token against the global api_key instead of any shop specific token. Also fixes an infinite loop error that was occurring for myself, possibly related to: #962
@ClaraLeigh I have done the changes as you mentioned but still getting 302 infinite redirect loops on my local machine but it's working fine server. |
@sandyrewa I don't think its in any of the releases yet, only master. To get it working for me, I had to essentially clone the VerifyShopify middleware, and the SessionToken.php, make the changes there and use my custom middleware instead. I think I made a couple of other changes too.... I just had to get it out the door essentially, I've been so busy lately. I'll probably make some more PRs later but I'm pretty busy till Jan |
Thanks @ClaraLeigh! Your solution worked for us :-) |
@amosmos Can you please tell us what exactly needs to be done, it's still not working for us? |
@sandyrewa |
@amosmos |
@sandyrewa So I think you have a different issue because this issue is only caused if you rely on a specific store to get a specific api_key. The code in this fix shouldn't make any effect on your case. Just guessing here, but check these things: Hope it helps, |
@amosmos ok, thanks for your help will check |
Could this be related to #1179? |
Install the latest version of the package and also install the latest Laravel but getting continuously redirect and unable to redirect home route after authenticated. Please help how can fix this.
The text was updated successfully, but these errors were encountered: