Hello everyone, I’m trying to create a theme app extension which is a checkbox that saves product data and sends it to an external API. I have created a new node shopify app and created the extension. However, after creating the extension, I am not able to run the app.I tried npm run dev and it just throws me 422 error. Not sure what is causing it.
PS: I tried doing this few days ago and everything worked properly. Due to messing up another extension, I decided to create a new app and redo it again but now it throws me this error. The app runs properly before creating the extension.