Brand new installation get 500 error on login
OS & Hardware Running on a k8s cluster via a helm chart and flux
Version 0.25.9
Describe the bug On first login with the default parameters I get a 500 error (and have to clear my cookies in order to see the login page again).
To Reproduce Steps to reproduce the behavior:
- Access the login page
- Login
Expected behavior I expected to be able to login
Screenshots n/a
Logs
ERROR -- : │
│ dawarich TypeError (no implicit conversion of nil into String): │
│ dawarich │
│ dawarich config/routes.rb:13:in 'Digest::Class.digest' │
│ dawarich config/routes.rb:13:in 'Digest::Class.hexdigest' │
│ dawarich config/routes.rb:13:in 'block (2 levels) in
Additional context Brand new install, fresh database, so migration shouldn't be a factor.
I can't really consult you on k8s setups, sorry
There should be nothing odd about running it in k8s though? Could you at least point me into what that error is referring to?
Sorry, really don't know. It's an error on the line containing ::Digest::SHA256.hexdigest(username) and it indicates that something wrong with ruby installation itself probably