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 🙂
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025