Kyon147 / laravel-shopify

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

Show blank page after app install in my store #296

Closed santoshwebinno closed 2 months ago

santoshwebinno commented 2 months ago

TypeError: Cannot read properties of undefined (reading 'getSessionToken'). Screenshot 2024-04-12 152021

my package.json "require": { "php": "^8.0", "fruitcake/laravel-cors": "^2.0.5", "guzzlehttp/guzzle": "^7.2", "kyon147/laravel-shopify": "^21.0", "laravel/framework": "^9.0", "laravel/sanctum": "^2.14", "laravel/tinker": "^2.7" },

GDeep3013 commented 2 months ago

Hey there i am facing the some strange issue here. App stopped working suddenly. and it show the blank page. Please help me to resolve it.

image

i tried to upgrade to shopify app bridge 4.* but still app showing the same errors.

image

tezcanali commented 2 months ago
Screenshot 2024-04-12 at 14 58 14

https://unpkg.com/@shopify/app-bridge

This situation is currently caused by a problem with the Unpkg CDN service.

If you replace the codes added via unpkg.com in shopify-app.php file and some parts of the package with a different cdn service, the problem will be fixed.

Or if you wait for a while, the problem will be fixed again when unpkg opens.

@GDeep3013 @santoshwebinno

santoshwebinno commented 2 months ago

@tezcanali Thank you so much, Its work for me