Hello!
I’m close to finish up the mvp of my shopify app but hitting a roadblock. At the moment I have an admin link within product details that points to my embeded app. Once on my embeded app, I’ve set up a breadcrumb so when the user presses on it, the expected behaviour will bring them back to shopify admin product detail page. My code is currently like
The behaviour at the moment redirects me to the embeded app and I get a 404. I do see https://{ID}.ngrok.io/products/{PRODUCTID}, not sure how I can link back to shopify admin. Currently working in dev with a test store.
hey, i’m fairly new with shopify app development, I read the Redirect docs you linked but not sure where I am supposed to actually define my “redirect” variable?