Header navigation link issue

I'm working on a website and the navigation is routing to the desired page but suddenly the navigation won't work anymore, I have a deadline to submit this project for an interview, please any help to fix this will be appreciated.

1 Like

Hello @Truth,

If your navigation suddenly stops working, try the following:

  • For Multi-Page Apps: Check that each page is correctly connected to its specific navigation link.
  • For Single-Page Apps: Ensure that the app is properly linked within the navigation component.

Here's a screenshot for reference:
image

1 Like

That's exactly what I did, it was working before but now anytime I click or go to the url, it always stay on the same page.

1 Like

Hi @Truth,

If the navigation still isn't working, you can set up a custom page redirect and use an event handler to navigate to your desired page.

Here's a screenshot for reference:

3 Likes

I've tried that also, it still didn't work.

When I use this custom for the logo, it worked but on those navigation links, I can't get it to work

1 Like

Finally found a temporary fix to this, anytime I change the alignment in the header from space between to something else, it just magically works.

It's a fix but i'll still appreciate it if I can find a permanent fix to this.

2 Likes

Hi @Truth,

That is very odd that the navigation buttons in the header were not working.

If you could have a video of the behavior that would be helpful for me to reproduce the bug to file a bug ticket for this. Since the header/nav buttons seem to be working fine for me.

Good to hear you found a workaround via the alignment, maybe the button size/clickbox was not being registered?

1 Like