Kyon147 / laravel-shopify

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

v12 redirect to full page because of "Shopify App Outdated" #78

Closed APdevelopments closed 1 year ago

APdevelopments commented 1 year ago

I'm using version 12.1 and because I need some time to migrate to v17, I decide to build full page app - non embedable.

To redirect full page I disable AppBridge from Shopify-app.php config file and also I remove AppBridge code from blade templates but when I start app it show inside Shopify dashboard as iframe.

How I can redirect to full page and I do not want to change version?

bhargavcsweb commented 1 year ago

Yes i also get same issue

APdevelopments commented 1 year ago

The temporary solution is to disable AppBridge and Embeded app in Shopify dashboard

Kyon147 commented 1 year ago

As @APdevelopments mentions, you need to do those two things.

I would like to get non-embed back into the package for the next version - so if you do work on it could you also open a PR?

Going to close this ticket off for now as it is for an older version.