Gadget app not updating status in Shopify dev environment
Hi everyone!
I’m having trouble connecting my Gadget app to my Shopify dev store. The app watermarks images and works perfectly in production, but in my dev environment images get stuck on “Processing”.
Here’s what I’ve set up:
Gadget:
Shopify connected app
Shopify:
Created a new app → added clientId and clientSecret → installed in my dev store
I can start the watermarking process; AWS shows the process completes successfully
Problem: Gadget never updates and the image stays in “Processing”
It feels like I’m missing a step in the connection between the dev app and Shopify.
Any ideas on what I might be missing or how to debug this?
Thanks in advance!
4 Replies
Hi sil,
Would you be able to share your app url?
Hi! This is the app url:
https://suprimg.gadget.app/
Hi Sil,
Im not sure which environment in dev you are refering to but I am assuming its "safwan-dev".
you need to configure an API key for AWS to use.
You can do so from your settings tab in the environment.
Side note: when using API keys in Gadget you should put them in Environment Variables.
Thanks Mark! I see, right now yes AWS is only connected to production. thank you for pointing me in the right direction!