Hi there!
From what you have shared it’s hard to pinpoint the problem but here is what I think could be happening. The 404 error appears when you are trying to access something that doesn’t exist. In this case, it means that you are trying to access an app from your Shopify store, that’s not installed on your store. So, that means that the installation either didn’t even happen or failed in the process.
There are a few reasons that come to my mind that could cause this:
- You may have misspelled your app name or app URL in either the .env file or in .toml file
- You may have some misconfigured logic in one of the loaders or actions in your remix files
- Are you using the Shopify-provided starter template? If you customized any of the code, there is a chance that the authentification is not going through, and as a reason, your app is not getting installed
- Are you using the new Shopify-managed authentication strategy?
- Did you try installing, deleting, and then installing your app on another development store?
- How do you currently install your app, since it has yet to be approved?
Also, what do you mean when you say “reinstalling”? When you try to install the app, after already having it deleted once, do you get the first screen saying “You are about to install the app …”