Questions tagged [shopify-app-bridge]

A cutting-edge tool engineered to develop applications that seamlessly integrate into the Shopify platform as embedded apps.

Nextjs does not allow for loading different pages within a Shopify embedded app

When I load a new page using the nextjs router, it doesn't work properly as the new page appears blank. There seems to be no client-side or iframe-based navigation redirection happening. Although I have been able to navigate from page to page using Polari ...