You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the autogenerated postgres password has a "=" in it (possibly this only ever occurs at the end), it is incorrectly displayed without in the frontend. In my case it was a password in the format of "ABCDEFG=", but what was displayed was just "ABDEFG".
Description
When the autogenerated postgres password has a "=" in it (possibly this only ever occurs at the end), it is incorrectly displayed without in the frontend. In my case it was a password in the format of "ABCDEFG=", but what was displayed was just "ABDEFG".
I'm pretty sure the offending line is here:
coolify/bootstrap/helpers/docker.php
Line 89 in 7ac45aa
Not 100% sure on the PHP syntax but I imagine
explode
works likesplit
in that it just removes the trailing=
Minimal Reproduction (if possible, example repository)
Have a
coolify-db
instance that has an env withPOSTGRES_PASSWORD=
ending with (or including)=
Exception or Error
No response
Version
v4.0.0-beta.335
Cloud?
The text was updated successfully, but these errors were encountered: