Skip to content

Commit

Permalink
Add note about authenticated requests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 26, 2022
1 parent eccc2f3 commit 909b6f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ For more details on how to handle embeded sessions, refer to [the session token

This can be caused by an infinite redirect due to a coding error
To investigate the cause, you can add a breakpoint or logging to the `rescue` clause of `ShopifyApp::CallbackController`.

One possible cause is that XHR requests, the `Authenticated` concern should be used, rather than `RequireKnownShop`.

0 comments on commit 909b6f8

Please sign in to comment.