How to Navigate Between Pages in a Remix Shopify Embedded App Without App Bridge?

Hello everyone,

I am building a Shopify app using Remix, and it runs in embedded mode inside the Shopify Admin. I want to navigate from one page (route) of my Remix app to another page by clicking a button.

Since the app is embedded, I cannot directly use normal navigation, and I want to achieve this without using App Bridge.

:backhand_index_pointing_right: What is the proper way to handle navigation between pages in a Remix embedded Shopify app without App Bridge?
:backhand_index_pointing_right: Is there any recommended solution or best practice for this scenario?

Thanks in advance for your help! :folded_hands:

Hey @Mateen_Javed, I’m happy to dig in to this with you.

I do believe that this should work. App Bridge handles the embedding part, but your internal app routing should work just like any other Remix app.

Are you running in to specific issues when you attempt this?

Hey @Mateen_Javed, Are you still experiencing this issue, or can I mark this as solved?

yes its solved thanks for your support

1 Like

Great to hear, thanks!