You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an app with the shopify_app gem installed using rails s a race condition sometimes occurs between asset requests and the request to /auth/shopify. This seems to be because the entire session is being stored inside a cookie with the default dev setup.
Steps to Reproduce
Expected behavior:
The oauth flow should work as normal.
Actual behavior:
The oauth flow fails with a 401.
Reproduces how often:
This seems to happen intermittently.
Browsers
Chrome.
Gem versions
18.0.1.
Additional Information
Security
I have redacted any private information from my logs or code snippets.
The text was updated successfully, but these errors were encountered:
We are closing this issue because it has been inactive for a few months.
This probably means that it is not reproducible or it has been fixed in a newer version.
If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Description
When running an app with the
shopify_app
gem installed usingrails s
a race condition sometimes occurs between asset requests and the request to/auth/shopify
. This seems to be because the entire session is being stored inside a cookie with the default dev setup.Steps to Reproduce
Expected behavior:
The oauth flow should work as normal.
Actual behavior:
The oauth flow fails with a 401.
Reproduces how often:
This seems to happen intermittently.
Browsers
Chrome.
Gem versions
18.0.1.
Additional Information
Security
The text was updated successfully, but these errors were encountered: