App Nav Bar non-functional today. Nav Bar config missing from admin

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

  1. Login shopify.dev

  2. Click apps

  3. Select an app

  4. Click app setup

  5. Scroll to bottom

  6. Click Manage in Embedded App

  7. 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