Hi guys!
I’ve built a Shopify app using Remix.js and deployed it to my VPS server. Everything worked fine until I ran npm run build
and npm run deploy
.
During the app review process, I received feedback asking me to fix two small UI issues. I made the changes and ran npm shopify dev
, but the updates are not reflected in the app.
Am I doing something wrong? I also tried running npm run build
and npm run deploy
again, but the UI changes still don’t appear.
Any ideas on what I might be missing?