Kyon147 / laravel-shopify

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

Tried to login from login form: Redirecting to a wrong URL (missing shop) #188

Closed ecomzier closed 1 year ago

ecomzier commented 1 year ago

Hi,

My app has a login form which default package login form. I entered my store URL which is "discountly6.myshopify.com" to log into my app dashboard directly Instead I first go to Shopify, open the Shopify apps and then I open my installed app.

I got this error: The package login form has redirected me to a URL that does not have a shop domain at the start of the URL.

image

It redirected to this

image
Kyon147 commented 1 year ago

The login page was removed this package a few versions back, so I assume you are on an older package version which is not supported.

Shopify don't allow the login pages anymore I believe, which is why it was removed a year or more ago.

Closing as not a package issue, please open a discussion or ask in the Discord in the app-coding-help channel.