Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
353 stars 102 forks source link

Bug! After app installation i redirect to the wrong url which actually cause the empty screen. #139

Closed haseebtanveerbutt closed 1 year ago

haseebtanveerbutt commented 1 year ago

After redirect authentication of app i am redirecting to this url. This url will work fine i will remove "admin/" from that url. Before 2 days it was working fine. But now it is not working. Nothing error is display, it shows me empty screen. I just redirected to that below link. This link wokring fine if i will remove the "admin/" from url. Can any buddy tell me who i can fix it. https://admin.shopify.com/store/spy-blocker-testing/admin/apps/0c6785ee8ac93474f133c0df1c8233b8/authenticate/token?shop=admin.shopify.com%2Fstore%2Fspy-blocker-testing&target=%2F

I am using: Laravel 7.29 "osiset/laravel-shopify": "^17.3.2" php: ^7.2.5|^8.0

image

It's Urgent. Thank You

Kyon147 commented 1 year ago

@haseebtanveerbutt it looks like shop param is incorrect for some reason - this should be the myshopify.com domain not the admin one.

Also your package version looks outdated, v17.3.2 when the latest version on 17 is 17.5

Kyon147 commented 1 year ago

@haseebtanveerbutt are you still finding this issue after upgrading?

haseebbutt1999 commented 1 year ago

@Kyon147 i not check yet by upgrading it to 17.3.2 to 17.5 i will check it.

Kyon147 commented 1 year ago

Going to close this ticket for now, please re-open if the issue persists.