Hi everyone,
I’m working on creating a Discount UI using Remix, following the tutorial provided here: Shopify’s official documentation. I’ve completed the tutorial and updated the code as instructed.
In particular, I added the following route to my app.jsx file:
Discount UIDespite these updates, when I try to access the discount UI page from the admin dashboard, I receive a 404 error instead of seeing the expected Discount UI interface.
Has anyone encountered this issue before? What steps can I take to resolve this and ensure that the Discount UI page is properly accessible? Any help would be greatly appreciated!
Thank you!