Topic summary
A developer is encountering a “Couldn’t find the store with domain” error while setting up a Shopify app using the official PHP template from GitHub.
Setup attempted:
- Followed standard installation steps (key generation, migration, yarn dev)
- Can access the store via the error message link, suggesting connectivity isn’t the core issue
Configuration concerns:
- Uncertain about proper
.envconfiguration, particularly theAPP_KEYfield (left empty) - Modified
shopify.app.tomlbut unclear if settings are correct - Set up redirect URLs and authentication callbacks
Troubleshooting efforts:
- One suggestion pointed to a community thread about resolving this error in Docker contexts
- Initial recommendation didn’t resolve the issue
- Developer subsequently cleared both configuration files and added
API_KEYandAPI_SECRET_KEYto.env
Current status: The discussion remains open with no confirmed resolution. The root cause appears related to environment configuration rather than code issues.