We are migrating our nextjs app from CSR to SSR and the App Navigation disappeared
In our current CSR code we use the App Bridge NavMenu component with <a> tags for the link and it’s working in production.
on the SSR code in our dev environment (not local) the navigation disappeared.
we tried to use the <ui-nav-menu> component straight, and also the <s-app-nav> with <s-link> or <a> tags but nothing seems to work. we tried also to render these components only after appbridge loaded, or add/remove the polaris.js but nothing seems to work.
The components are rendered to the html, but not added to the Left Navigation Menu
tried also s-app-nav with a tags as well and <ui-nav-menu> with <a> tags.
(and with/without the polaris.js: <script type="text/javascript" src="https://cdn.shopify.com/shopifycloud/polaris.js"></script>)