Issue or bug with side menu instance

Hello,

I’ve implemented a side menu on mobile.

The problem is that the side menu functions correctly on my home page, but its behavior differs on other pages. For instance, I’m employing a boolean to toggle its opening and closing.

On various screens, when I click the “close” button, it unexpectedly takes me back to the home page (without any navigation action configured). Have I made an error somewhere?

Thanks

Do you have a link setup on the parent block?

hey @luka,

I think so yes:

image

Open the debug panel on this bug icon
image

Then click the arrow and see what workflows trigger the navigation

@luka So indeed I can see the workflows.
Two observations caught my attention.
Firstly, the red arrow was supposed to alter the variable’s value to “False,” but it remained unchanged. However, upon opening the mobile side menu, I did observe a “true” value.
Secondly, the blue arrow indicates a navigation flow towards the home page, a workflow I didn’t configure within the mobile menu. This is puzzling.

Also most of the workflows, should not even have been triggered as the only expected action was to change a boolean value from true to false.

What would you suggest? (I tried to copy paste the instance without a link with the homepage, it did the exact same thing)

Can you send me your editor link in private messages?

You had a link on the parent div set up. Resolved

1 Like