[GH-ISSUE #1814] 🐛 [Bug] Accidentially entering debug mode #717

Closed
opened 2026-02-25 21:35:44 +03:00 by kerem · 2 comments
Owner

Originally created by @kevinend51 on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1814

Originally assigned to: @IrAlfred on GitHub.

🐛 Bug

Here is my cypht's docker compose

services:
  mariadb:
    image: mariadb:12.1.2
    restart: unless-stopped
    volumes:
      - cypht-mysql:/var/lib/mysql
    healthcheck:
      test: healthcheck.sh --connect --innodb_initialized
    environment:
      MYSQL_ROOT_PASSWORD: XXXXX
      MYSQL_DATABASE: cypht
      MYSQL_USER: cypht
      MYSQL_PASSWORD: XXXXX
      MARIADB_AUTO_UPGRADE: true
  cypht:
    depends_on:
      mariadb:
        condition: service_healthy
    image: cypht/cypht:2.5.1
    ports:
      - XXXXX
    environment:
      DB_CONNECTION_TYPE: host
      DB_DRIVER: mysql
      DB_HOST: mariadb
      DB_NAME: cypht
      AUTH_TYPE: LDAP
      DB_USER: cypht
      DB_PASS: XXXXX
      SESSION_TYPE: LDAP
      USER_CONFIG_TYPE: DB
      LDAP_AUTH_PORT: XXXXX
      LDAP_AUTH_SERVER: XXXXX
      LDAP_AUTH_TLS:
      LDAP_AUTH_BASE_DN: XXXXX
      LDAP_UID_ATTR: cn
      LDAP_AUTH_UID_ATTR: cn
volumes:
  cypht-mysql:

Everrthing is fine. I can login with my LDAP account and setup email accounts. But the DEBUG mode is shown at the bottom right corner - I think this must be a bug?

Image

Version & Environment

Rev: cypht/cypht:2.5.1

OS: []

Originally created by @kevinend51 on GitHub (Dec 23, 2025). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1814 Originally assigned to: @IrAlfred on GitHub. <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## 🐛 Bug <!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. Use a clear and concise description of what the bug is.--> Here is my cypht's docker compose ``` services: mariadb: image: mariadb:12.1.2 restart: unless-stopped volumes: - cypht-mysql:/var/lib/mysql healthcheck: test: healthcheck.sh --connect --innodb_initialized environment: MYSQL_ROOT_PASSWORD: XXXXX MYSQL_DATABASE: cypht MYSQL_USER: cypht MYSQL_PASSWORD: XXXXX MARIADB_AUTO_UPGRADE: true cypht: depends_on: mariadb: condition: service_healthy image: cypht/cypht:2.5.1 ports: - XXXXX environment: DB_CONNECTION_TYPE: host DB_DRIVER: mysql DB_HOST: mariadb DB_NAME: cypht AUTH_TYPE: LDAP DB_USER: cypht DB_PASS: XXXXX SESSION_TYPE: LDAP USER_CONFIG_TYPE: DB LDAP_AUTH_PORT: XXXXX LDAP_AUTH_SERVER: XXXXX LDAP_AUTH_TLS: LDAP_AUTH_BASE_DN: XXXXX LDAP_UID_ATTR: cn LDAP_AUTH_UID_ATTR: cn volumes: cypht-mysql: ``` Everrthing is fine. I can login with my LDAP account and setup email accounts. But the DEBUG mode is shown at the bottom right corner - I think this must be a bug? <img width="1805" height="982" alt="Image" src="https://github.com/user-attachments/assets/c446d09d-97b8-498c-b967-ddd2070ab1cc" /> ### Version & Environment <!-- Paste Git-Commit ID or Tag-Name here --> Rev: cypht/cypht:2.5.1 <!-- Specify your OS and OS Version here if the issue is (most likely) platform dependent. --> OS: []
kerem 2026-02-25 21:35:44 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@IrAlfred commented on GitHub (Dec 23, 2025):

Thank you @kevinend51 for reporting this,

We’re going to look into the issue.

<!-- gh-comment-id:3685257037 --> @IrAlfred commented on GitHub (Dec 23, 2025): Thank you @kevinend51 for reporting this, We’re going to look into the issue.
Author
Owner

@IrAlfred commented on GitHub (Jan 18, 2026):

Hello @kevinend51

We have applied a fix for this issue and are closing the ticket. We recommend testing with the newly released Cypht 2.6.0. Please reopen if the problem occurs again in the latest version.

<!-- gh-comment-id:3765728851 --> @IrAlfred commented on GitHub (Jan 18, 2026): Hello @kevinend51 We have applied a fix for this issue and are closing the ticket. We recommend testing with the newly released Cypht 2.6.0. Please reopen if the problem occurs again in the latest version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#717
No description provided.