laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

MissingAuthUrlException (Missing auth url)

Open s-laurel opened this issue 3 years ago • 3 comments

Expected Behavior

Page gets redirected correctly to a welcom page after clicking the "install app" button i.e. image

Current Behavior

Getting a MissingAuthUrlException after clicking the install app button

After clicking the install app button image

I got the following error image

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.

s-laurel avatar Oct 27 '22 03:10 s-laurel

I am facing the same issue

kmrifat avatar Nov 09 '22 06:11 kmrifat

Hey @s-laurel

Any success on this, I am also facing this issue.

ramkishansuthar avatar Nov 25 '22 05:11 ramkishansuthar

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

ramkishansuthar avatar Nov 25 '22 05:11 ramkishansuthar