⚠️ This issue respects the following points: ⚠️
Bug description
Steps to reproduce
- Just let Nextcloud running in Docker Desktop
- 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?
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
Bug description
Steps to reproduce
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?
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)