Problem with user menu

Hello everyone,

I don’t know if this is happening only to me, or to everyone. When I’m on the Dashboard/Backend home screen and click on the user icon (top right corner), I can normally access the options (My Account, Bakend preferences, system updates, Sign out). However, if I’m in another area of ​​the Dashboard (Editor, Builder, Settings, etc…) and try to click on the user icon, the menu doesn’t appear.
20241213072514

Hi @Valente,

I tested this on an OctoberCMS V3.7.6 installation, and everything seems to be working fine.

Do you see any errors in the browser console? If you inspect the page, is the mainmenu-submenu element there? It might be worth checking if you’re using a custom backend skin. You can find this in the config/backend.php file under the 'skin' key.

I looked in the console and the errors that appear are these:

Note: I am using both Cloudflare DNS for my domain

I use the system default skin. (Backend\Skins\Standard::class)

Apparently OctoberCMS does not work correctly with CloudFlare. I just had to revert to the original DNS settings, removing the CloudFlare servers, and the problem was solved. :roll_eyes:

Is there any way to point a domain to the CloudFlare servers without it affecting October?