We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After user signup, error 500 is shown, although user is created and can login
Log:
api_rails_1 | I, [2024-02-19T22:59:29.932019 #42] INFO -- : [8cc48085-fde4-44af-9a1a-49fc133ce95f] Delivered mail 65d3dd51c9a7f_2afe24-3a@c926911cb9c5.mail (108.8ms) api_rails_1 | I, [2024-02-19T22:59:29.935525 #42] INFO -- : [8cc48085-fde4-44af-9a1a-49fc133ce95f] method=POST path=/api/v1/users format=/ controller=API::V1::UsersController action=create status=500 allocations=77566 duration=1156.93 view=1.19 db=118.72 request_time=2024-02-19 22:59:29 UTC proxy_1 | 10.10.0.10 - - [19/Feb/2024:22:59:29 +0000] "POST /api/v1/users? HTTP/1.1" 500 386 "https://xyz.com/signup"
Website shows:
500 Error: API undefined
Using Docker installation v8.0.6. on arm64 arch.
The text was updated successfully, but these errors were encountered:
Using v8.0.7 on Ubuntu 22.04 from .deb package installation on amd64 gives same result:
"POST /api/v1/users? HTTP/1.1" 500
Sorry, something went wrong.
Closing this, looks like it is caused by server environment (sendmail etc.)
No branches or pull requests
After user signup, error 500 is shown, although user is created and can login
Log:
Website shows:
Using Docker installation v8.0.6. on arm64 arch.
The text was updated successfully, but these errors were encountered: