Some buttons not working #5274

Closed
opened 2026-02-05 09:53:32 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @MakeItGame on GitHub (May 2, 2025).

Describe the Bug

In the settings (url/settings/customization) under the Application Color Scheme, It does not react when clicking on the Darkmode to change its colors.
The profile dropdown on the upper right is not reacting when clicking.

Steps to Reproduce

  1. Login with admin account

  2. Click on settings (url/settings)

  3. Open the customizations (url/settings/customization)

  4. Scroll to Application Color Scheme

  5. Click on the Darkmode button

  6. Login with any account

  7. Click on the profile button up right (in the navbar)

Expected Behaviour

Darkmode button changing to the settings to change the colors

A dropdown opening with options

Screenshots or Additional Context

Image

Image

Browser Details

Firefox 137.0.2 (64-bit) | Windows 11

Exact BookStack Version

BookStack v25.02.2 (running on Ubuntu 22.04.5 LTS | PHP 8.4.6 | Apache/2.4.52)

Originally created by @MakeItGame on GitHub (May 2, 2025). ### Describe the Bug In the settings (url/settings/customization) under the Application Color Scheme, It does not react when clicking on the Darkmode to change its colors. The profile dropdown on the upper right is not reacting when clicking. ### Steps to Reproduce 1. Login with admin account 2. Click on settings (url/settings) 3. Open the customizations (url/settings/customization) 4. Scroll to Application Color Scheme 5. Click on the Darkmode button 1. Login with any account 2. Click on the profile button up right (in the navbar) ### Expected Behaviour Darkmode button changing to the settings to change the colors A dropdown opening with options ### Screenshots or Additional Context ![Image](https://github.com/user-attachments/assets/7646aead-389b-4f16-a4a7-0a9fcaacc03a) ![Image](https://github.com/user-attachments/assets/5ef3c3d1-e8c4-463b-b922-b22cc72d3184) ### Browser Details Firefox 137.0.2 (64-bit) | Windows 11 ### Exact BookStack Version BookStack v25.02.2 (running on Ubuntu 22.04.5 LTS | PHP 8.4.6 | Apache/2.4.52)
OVERLORD added the 🐕 Support label 2026-02-05 09:53:32 +03:00
Author
Owner

@ssddanbrown commented on GitHub (May 2, 2025):

Hi @MakeItGame,

I often see this due to one of the following:

  • The configured APP_URL does not fully align with the URL you're accessing BookStack on (maybe wrong http:// or https:// protocol set).
  • Cloudflare is in use with "Rocket loader" left enabled, which conflicts with app dynamic logic. The fix in this case is to disable "Rocket loader" in cloudflare.

If neither of these work, we'll need to check the browser console log for errors.
Are you familiar with the browser console log/development-tools at all?

@ssddanbrown commented on GitHub (May 2, 2025): Hi @MakeItGame, I often see this due to one of the following: - The configured `APP_URL` does not fully align with the URL you're accessing BookStack on (maybe wrong `http://` or `https://` protocol set). - Cloudflare is in use with "Rocket loader" left enabled, which conflicts with app dynamic logic. The fix in this case is to disable "Rocket loader" in cloudflare. If neither of these work, we'll need to check the browser console log for errors. Are you familiar with the browser console log/development-tools at all?
Author
Owner

@MakeItGame commented on GitHub (May 2, 2025):

The issue was due to the Rocket Loader in Cloudflare being active, after disabling this function in Cloudflare everything worked fine.

Thank you very much for the fast support.

@MakeItGame commented on GitHub (May 2, 2025): The issue was due to the Rocket Loader in Cloudflare being active, after disabling this function in Cloudflare everything worked fine. Thank you very much for the fast support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5274