We’re trying to deploy a test environment for our app, but we can’t get the redirect to the admin panel to work. The redirect fails both locally and in our staging environment.
we are getiing bellow error( yes we checked redirect URL’s on env file and toml file too and they are correct)
1 Like
Hey @Saurabh_Digambar, this error usually happens when configuration changes haven’t been deployed to your test environment yet. When you updated the redirect URLs in your .toml file, did you run shopify app deploy? Changes to shopify.app.toml auto-apply during shopify app dev for development stores, but staging and production environments need an explicit deployment.
If that doesn’t work, this similar thread has some other things you can check if deploying doesn’t resolve it.
Let me know how it goes.