Kyon147 / laravel-shopify

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

install app button gets disabled using this package #267

Closed jawadgit closed 5 months ago

jawadgit commented 5 months ago

Expected Behavior

app install button should be enabled on newly created store

Current Behavior

I am currently encountering an issue wherein the application can only be installed on Shopify stores that were created prior to the initiation of the app installation process in the Shopify admin panel.

Specifically, when attempting to install the app on a newly created store, the installation button becomes disabled, preventing the successful integration of the application with the store. I am seeking guidance on how to address and resolve this matter.

Failure Information

Please remove the bug from the package so that any app using this package should be able to install on shopify store.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. create one development store on shopify admin pane;
  2. install app using this package to store
  3. app gets install successfully
  4. now create one new development store on same shopify admin panel
  5. now try to install this app in newly created store.
  6. the install app button gets disabled now and app will not be installed

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Please include any relevant log snippets or files here. stsstoreten-·-Authorize-stsappten-·-Shopify

Kyon147 commented 5 months ago

This is a Shopify screen, as we've talked about in the Discord so you'll have to speak with them on the issue.

If someone has any ideas though, they can add to your PR so I'll leave it open for a while

Kyon147 commented 5 months ago

This was solved by running php artisan config:clear && php artisan cache:clear based on the Discord chat.