Closed jithinjoyj4 closed 3 years ago
Uninstalled Job fixed it
Uninstalled Job is not working now, shop is not getting soft deleted on uninstall which causing the page not found issue when reinstalling, the job was working fine i dont know what happened
I have just tested this, nothing not working here. It takes a couple mins for the job to come in.
I fixed this issue by just running php artisan migrate:refresh --seed
. Seems like my issue was that there was old data stored on my database. I'm working on a development app. 🛑 Don't run this command if you're working over a production app.
If you cancel on the installation page it will not show the install page the second time.
Expected Behavior
Oauth installation page when reinstalling the app
Current Behavior
When reinstalling the app it directly go to app url skipping oauth page with scope permission and shows this message
"There’s no page at this address Check the URL and try again, or use the search bar to find what you need.".
i think its cookie related, some times when i switch stores to reinstall it works
Failure Information
App got rejected due to this issue
Your app hasn't implemented authentication through OAuth correctly and can't be reinstalled. Review our OAuth documentation and see this screenshot https://screenshot.click/20-11-82695-90787.png for additional details.3
iam new to shopify and laravel any suggestion would be really helpful, Thanks