App reviews, troubleshooting, and recommendations
Hello,
I migrated my old app developped 2 years ago with new Remix app in typescript using shopify app init.
Everything is working on dev, I'm able to install my app, but since the deployment in production, all new customers are unable to install it. They got redirected as infinite loop with the message: "You don't have this app installed"
The new app is properly working for existing customers though. Only new app install doesn't works.
Any ideas ?
Solved! Go to the solution
This is an accepted solution.
I ended up found the solution: I just forgot to run a 'shopify app deploy' command
Hope it can help if somebody has the same issue 🙂
Hi,
You will want to make sure your OAuth callback is setting up a record for each shop that signs up.
That's key for your system to know they've installed it.
Also check how you're handling session tokens with Shopify’s API....that could be causing the loop if not set right
Hi Fario,
Thanks for answering.
I created the app as shopify app template using shopify cli, so oauth process should be handled automatically, if I understand the documentation ?
I'm also using prisma as session storage as configured out of the box so I don't see why app install is not working.
.
This is an accepted solution.
I ended up found the solution: I just forgot to run a 'shopify app deploy' command
Hope it can help if somebody has the same issue 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025