mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #1544] 🐛 [Bug] USER_CONFIG_TYPE=BD with pgsql cause 500 Error #680
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#680
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ljcbaby on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1544
Originally assigned to: @christer77 on GitHub.
🐛 Bug
it seems config decode error.
logs here
Version & Environment
Rev: [daily]
OS: [docker.io/cypht/cypht]
@Shadow243 commented on GitHub (Jun 19, 2025):
@ljcbaby thanks for the report.
I'm currently testing on my side, with my local instance, everything is working fine so far. I'm pulling the latest image daily from Docker Hub, and I haven't been able to reproduce the issue yet.
I'll keep testing, and if I'm still unable to reproduce it, maybe we could consider doing a screen share, if that works for you.
@ljcbaby commented on GitHub (Jun 20, 2025):
my compose is here, pg backend is 170004
It now appears that when there is no entry in the
hm_user_settings(after the user first logs in or manually deletes the configuration entry) , the user log in is normal. There will be entries after landing 500 error. Do I need to export an entry that causes an exception?@ljcbaby commented on GitHub (Jun 26, 2025):
exported data here
@ljcbaby commented on GitHub (Jun 26, 2025):
it may caused by db data type.
i changed settings from BYTEA to VARCHAR, it runs well.
@IrAlfred commented on GitHub (Nov 11, 2025):
Hello @ljcbaby
We've made several improvements and fixes in the newer version. Please retest with the cypht/cypht:2.5.1 Docker image.
If the issue persists with version 2.5.1, please let us know and we'll investigate further.
@ljcbaby commented on GitHub (Nov 12, 2025):
still
@IrAlfred commented on GitHub (Nov 12, 2025):
Thank you for your feedback, we are working on it
@IrAlfred commented on GitHub (Nov 18, 2025):
I've verified that the fix works in the cypht/cypht:daily build. It will be included in the upcoming cypht/cypht:2.5.2 release. Please feel free to reopen this issue if you encounter the problem again.