🔐 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.
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'
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:
"5432:5432" environment: POSTGRES_USER: passwordpusher_user POSTGRES_PASSWORD: passwordpusher_passwd POSTGRES_DB: passwordpusher_db LANG: 'C.UTF-8' LANGUAGE: 'C.UTF-8' LC_ALL: 'C.UTF-8' LC_COLLATE: 'C.UTF-8' LC_CTYPE: 'C.UTF-8'
passwordpusher: image: docker.io/pglombardo/pwpush:latest container_name: pwpush volumes: