App reviews, troubleshooting, and recommendations
In my app, when I goto Partner Dashboard and Open App using "Test Your App" feature in dashboard, App opens fine.
But when I uninstall this app from store and reinstall using store, the app gives 404 error and in server logs, server is returning 302 status code.
How can I solve this?
Are you using the Shopify Remix App Template? https://github.com/Shopify/shopify-app-template-remix
Yes.
I am using this documentation: https://shopify.dev/docs/apps/getting-started/create and using this command:
npm init @Shopify/app@latest
Ultimately I belive it uses the https://github.com/Shopify/shopify-app-template-remix this template only.
Can you still install your app by running "npm run dev' and pressing "p" to preview it?
Yes it does work.
Pl Note: I have kept "automatically_update_urls_on_dev=false" so it takes url of my server even if I have run "num run dev".
Any solution to this? I'm also facing the same issue, the graphQl api call that was working fine till last day, suddenly returning 302 status code.
I'm using Remix template, and "automatically_update_urls_on_dev=true"
Hi @fayazrafeek Can you post a screencast of this ? will be helpful..
I have the same issue, getting 302 redirect on the client followed by login auth 404 failure. How did you manage to fix 302 status code?
This is the cause of the error, try commenting unstable_newEmbeddedAuthStrategy again
Thank you for the reply! I looked at shopify.server.ts, but I only have
```
```
As the template was generated before Feb. So looks like the cause is elsewhere..
Hi !
I know it's been a few months now, but I'm facing a similar issue.
Have you been able to find where the problem was coming from ?
Thanks !
I am attempting to remove the `unstable_newEmbeddedAuthStrategy` on my own custom app right now and see if I can get rid of the 302 redirect. I will report back after.
My app has a bit of a unique set up that I am hoping to accomplish: 1 hosted codebase, multiple custom apps pointing at it. I haven't really seen anyone take this approach before so I'm hoping it is possible. On my development store, the original app that I created loads normally but the other custom apps get the 302 redirect from /app and end up on /auth/session_token with a 200 but the page doesn't display anything.
This did change where the 302 redirect was navigating in the "Location" header, but did not solve the issue. It is now navigating to /auth/exit-iframe and the app page displays nothing.
The link that was provided here no longer exists. Is there an updated location for this?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025