Why am I getting a 'You don't have this app installed' error with my Laravel PHP app?

Why am I getting a 'You don't have this app installed' error with my Laravel PHP app?

wming
Shopify Partner
1 0 0

Hi there, I previously have created an app with Laravel PHP and due to deprecated 3rd party libraries i rebuilt the whole thing using shopify-app-template-node https://github.com/Shopify/shopify-app-template-node and things seem working fine on my dev environment but somehow when i replace the code in my product, i keep getting "You don't have this app installed" error.

code.pngerror screen.pngapache2 and pm2 logs.pngAPP SETUP.png

App url and redirection url are both set correctly in app setup, you may find the auth and callback url in the pm2 logs which i had console.log

Reply 1 (1)

Kevin_sajjad
Shopify Partner
1 0 1

Make sure the Shop record is deleted from the database upon uninstalling the app. I've encountered a similar issue where the Shop record persisted despite the app being uninstalled.

I hope this may help you.