Hey everyone,
My Shopify app using Ruby on Rails and I host it on Heroku. I’m using Web Pixel and I made some changes on it. I can see new version on my development store but not on my users store.
How can I deploy it? I use
yarn shopify deploy
then it ask me if I want to deploy “app”
If I choose Yes option, then it gives this message
? Release a new version of [APP NAME]?
┃ Includes:
┃ + web-pixel
┃
┃ Removes:
┃ - [APP NAME]
┃
┃ This can permanently delete app user data.
I don’t understand what it means.
I tried to create a new version on Partner Admin Dashboard but it still uses first version of Web Pixel.
How can I solve it?