mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
Pangolin 1.9.0 causes "Validation error: Server secret must be defined" #605
Reference in New Issue
Block a user
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 @laugmanuel on GitHub (Aug 24, 2025).
Hi,
I've upgraded to Pangolin 1.9.0 just now, but I'm receiving the following error during startup:
I'm using
SERVER_SECRETvia environment variable to configure the secret. I verified it's existence and value using a custom entrypoint. I didn't change the config from 1.8.0 which was working just fine.@oschwartz10612 commented on GitHub (Aug 24, 2025):
Ahh okay looking into this right now! I think I know the issue.
Thanks for posting.
@oschwartz10612 commented on GitHub (Aug 24, 2025):
Hey could you try pulling the latest container same tags to see if it is
fixed?
@laugmanuel commented on GitHub (Aug 24, 2025):
Thank's for the fast response! The new build (cc8f040f29f1) does fix the issue for me.