Skip to content

Conversation

@lizkenyon
Copy link
Contributor

Developers were encountering unexpected redirects to login when using ShopAccessScopesVerification without shop/host query parameters

Closes #2011

What this PR does

Reviewer's guide to testing

Things to focus on

Checklist

Before submitting the PR, please consider if any of the following are needed:

  • Update CHANGELOG.md if the changes would impact users
  • Update README.md, if appropriate.
  • Update any relevant pages in /docs, if necessary
  • For security fixes, the Disclosure Policy must be followed.

Developers were encountering unexpected redirects to login when using ShopAccessScopesVerification without shop/host query parameters

Closes #2011

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@lizkenyon lizkenyon requested a review from a team as a code owner October 21, 2025 17:17
**Solution:**
* Ensure your app is accessed through Shopify's admin with the proper query parameters
* For embedded apps, navigate through the Shopify admin interface
* For non-embedded apps, ensure the authentication flow properly includes and preserves the `shop` and `host` parameters throughout the session
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to make this work with cookies like it used to? Forcing one to include host and shop parameter in every URL seems a bit... Nuts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

My app keeps redirecting to login

3 participants