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

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.

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

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.

1 Like