Menu items not updating

I have…

  • Read the following guideline: Troubleshooting and Support - Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

We have inherited a legacy project, which we have migrated across to our environment, everything is working as it should however the navigation is not. We are upgraded the code to Node 20. when we update the menu in Squidex there is no change on the front end.

Expected behavior

We would like to be able to update the menu in squidex and the changes are reflected on the front end.

Minimal reproduction of the problem

Environment

App Name:

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [VERSION]

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

I really need some code to help you. The problem is that there are millions of ways how to write the frontend. It is very likely a problem in your code and I cannot help without further information. Perhaps the menu items are just cached forever and you need to restart your server or they are hardcoded and not connected to Squidex yet?