Bug: Reistration New We're sorry, but something went wrong. #2070
Unanswered
blakeusblade
asked this question in
Docker Compose Hosting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Containers build and start fine... As soon as one navigates to the URL it redirects to registration/new and shows the below error.

The web container logs throws this error in the logs...
`
I, [2025-04-09T09:58:12.074333 #1] INFO -- : Processing by PagesController#dashboard as HTML
I, [2025-04-09T09:58:12.080164 #1] INFO -- : {message: "Completed 302 Found in 6.781514ms", event: {http_response_sent: {body: nil, content_length: nil, headers_json: "{"x-frame-options":"SAMEORIGIN","x-xss-protection":"0","x-content-type-options":"nosniff","x-permitted-cross-domain-policies":"none","referrer-policy":"strict-origin-when-cross-origin","location":"https://MYMAYBE.URL.HIDDEN/registration/new\",\"content-type\":\"text/html; charset=utf-8"}", request_id: "c2e42cbb-b321-4d26-a24e-2842418dfb88", service_name: nil, status: 302, duration_ms: 6.781514}}}
I, [2025-04-09T09:58:12.092741 #1] INFO -- : {message: "Started GET "/registration/new"", event: {http_request_received: {body: nil, content_length: nil, headers_json: "{"Connection":"close","Host":"MYMAYBE.URL.HIDDEN","X_Real_Ip":"192.168.16.1","X_Forwarded_For":"192.168.16.1","X_Forwarded_Proto":"https","Dnt":"1","Upgrade_Insecure_Requests":"1","User_Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7","Sec_Fetch_Site":"none","Sec_Fetch_Mode":"navigate","Sec_Fetch_User":"?1","Sec_Fetch_Dest":"document","Sec_Ch_Ua":"\"Google Chrome\";v=\"135\", \"Not-A.Brand\";v=\"8\", \"Chromium\";v=\"135\"","Sec_Ch_Ua_Mobile":"?0","Sec_Ch_Ua_Platform":"\"macOS\"","Accept_Encoding":"gzip, deflate, br, zstd","Accept_Language":"en-US,en;q=0.9","Priority":"u=0, i","Version":"HTTP/1.1"}", host: "MYMAYBE.URL.HIDDEN", method: "GET", path: "/registration/new", port: 443, query_string: "", request_id: "d5d9bdc6-947c-4024-8ac7-4f369789a0ac", scheme: "https", service_name: nil}}}
I, [2025-04-09T09:58:12.094195 #1] INFO -- : Processing by RegistrationsController#new as HTML
I, [2025-04-09T09:58:12.109015 #1] INFO -- : Rendered registrations/new.html.erb within layouts/auth (9.9ms)
F, [2025-04-09T09:58:12.118950 #1] FATAL -- : ActionView::Template::Error (failed to get urandom)
`
Beta Was this translation helpful? Give feedback.
All reactions