Can someone explain how the app/grant redirection work? My app submission fails the check: Authenticate immediately after install.
I am redirecting to /app/grant url immediately after install click. I see /app/grant giving 200.
But I see a lot of network calls after that and finally I see a shopify 404 screen saying There’s no page at this address
Check the URL and try again, or use the search bar to find what you need.
Does /app/grant automatically take the use to the page where they can approve the installation with the scope? Or should the app handle that by using oauth/authorize flow by redirection?
After I redirect to /app/grant, app does not have any control. Why am I seeing a 404 shopify page instead of the grant page? I am using the test store from the partner dashboard for testing.