pglombardo / PasswordPusher

🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
https://docs.pwpush.com
Apache License 2.0
2.11k stars 358 forks source link

Still problems with register/login because of 'locale'? #2808

Open OlafV83 opened 5 hours ago

OlafV83 commented 5 hours ago

I have rolled out a new server but I am encountering the same problem of not being able to register or log in (500 error). The log file keeps showing that it concerns the 'locale', but I get the same error when this is included in the docker-compose.yml of the pwpusher with postgresql.

[2024-11-24T14:42:57.837976 #119] INFO -- : [252748ef-8729-4e9c-8fb6-a60c5864dacb] method=POST path=/users/confirmation format=turbo_stream controller=Users::ConfirmationsController action=create status=500 allocations=30096 duration=1984.48 view=0.00 db=89.24 user_id= ip=95.x.x.x forwarded_for=95.x.x.x E, [2024-11-24T14:42:57.840603 #119] ERROR -- : [252748ef-8729-4e9c-8fb6-a60c5864dacb] [252748ef-8729-4e9c-8fb6-a60c5864dacb] TypeError (no implicit conversion of Symbol into Integer): [252748ef-8729-4e9c-8fb6-a60c5864dacb] [252748ef-8729-4e9c-8fb6-a60c5864dacb] app/controllers/concerns/set_locale.rb:9:in `set_locale'

services: postgres: image: docker.io/postgres:15 volumes:

github-actions[bot] commented 5 hours ago

Hello @OlafV83, thanks for contributing to the Password Pusher community! We will respond as soon as possible.