Hello,
I’ve been developing a Shopify admin app locally.
Today the nav bar for my app stopped working. When I click navigation options, no request reaches my development server. Notably it is still functional in Firefox, but not in Chrome.
A while ago someone showed me how to configure the navigation menu in the shopify.dev admin panels. I didn’t document what they showed me, and I can’t find it anymore. Was this option removed?
Thanks for any help on this.
I was able to find where i configured the navbar. It’s in this panel.
to find it
-
Login shopify.dev
-
Click apps
-
Select an app
-
Click app setup
-
Scroll to bottom
-
Click Manage in Embedded App
-
Click Configure under Navigation
If I remove this and use the coded nav-bar it works, but the coded nav-bar is a bit buggy. The nav-bar is buggy in that it doesn’t reflect which option you select when you click it.
I found a thread on github about nav bar woes, and this particular comment worked for me
https://github.com/Shopify/shopify-app-template-remix/issues/369#issuecomment-1759303079