Skip to content

[Bug]: WTF just happerned? #58411

@indishere

Description

@indishere

⚠️ This issue respects the following points: ⚠️

Bug description

Image

Steps to reproduce

  1. Just let Nextcloud running in Docker Desktop
  2. It WILL happen (maybe)

Expected behavior

It shouldnt gimme that

Nextcloud Server version

32

Operating system

Other

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

List of activated Apps

Nextcloud Signing status

Nextcloud Logs

nextcloud_log_sanitized.txt

TLDR of Logs Log (IDK how to deal with this nor do I have time to hence this below is AI generated)

Environment

Nextcloud in Docker container

Minimal base image

Locale inside container not configured

All locale variables defaulting to POSIX

Current container locale:

LANG=
LC_ALL=
LC_*="POSIX"

Error in logs

Repeated hundreds of times:

Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale.

Expected behavior

Container should run with UTF-8 locale:

LANG=C.UTF-8
LC_ALL=C.UTF-8


or

en_US.UTF-8


No repeated locale warnings should appear.

Actual behavior

Container starts with POSIX/C locale

Qt detects non-UTF-8 environment

Forces temporary fallback to C.UTF-8

Warning printed repeatedly in logs

Potential encoding/Unicode instability

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmapbug

    Type

    No fields configured for Bug.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions