laravel-shopify
laravel-shopify copied to clipboard
MissingAuthUrlException (Missing auth url)
Expected Behavior
Page gets redirected correctly to a welcom page after clicking the "install app" button
i.e.

Current Behavior
Getting a MissingAuthUrlException after clicking the install app button
After clicking the install app button

I got the following error

My dev environment infomation
- Laravel Framework 8.83.25
- PHP: 7.4.16
- Node: v14.17.0
- Composer: 2.0.12
- OS: Win10
- XAMPP: v.3.3.0
- ngrok version 3.1.0
Steps to Reproduce
I followed the installation instructions on this repository to install the package and followed the steps of this tutorial https://www.youtube.com/watch?v=YepqHFryFN0
Tried solutions but not worked for me.
https://github.com/osiset/laravel-shopify/issues/926 https://github.com/osiset/laravel-shopify/issues/908
Any suggestions on getting rid of this problem are welcome. Thanks a lot.
I am facing the same issue
Hey @s-laurel
Any success on this, I am also facing this issue.
Hey Everyone,
For me the issue resolved when I tried to install the app in different store after changing the APP_URL in .env file. APP_URL should be the ngrok url.
Thanks