-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
HTML 500 error when trying to signup #418
Comments
@ProfessorVarox did you find any solution? I am getting the same error! |
No, I'm sorry. I tried it a fews days ago on another server but the same error |
I tried using docker today but the same problem |
Same issue here. Just set it up via docker compose and everything is correct as far as I see. |
I faced the same issue when trying to deploy it using docker compose. It was related to SMTP settings, apparently I miss configured it. After setting
|
Hi @ProfessorVarox , can you also share your nginx config for this? wanted to understand how this is being deployed |
Thank you @wissamataleh ; setting |
My savior! |
I recently installed Kutt on my server and everything worked fine but when I tried to signup I get the message
An error occurred
Chrome Developer Console output:
Failed to load resource: the server responded with a status of 500 () api/v2/auth/signup:1
Sometimes I also get this error in Chrome Console:
POST https://url.infinity-systems.eu/api/v2/auth/signup 500 _next/static/chunks/2b26bdeb7491974facd25746912241b815a721eb.b9ac63e96ca9aab19faa.js
When I try to reach
api/v2/auth/signup
I get the following error:npm run build Output:
npm start Output:
.env file
Server details
OS:
Ubuntu 20.04.1 LTS
Web Server:
nginx/1.18.0
node Version:
v12.20.0
npm Version:
6.14.8
If you need more information please let me know
I needed to resubmit because @poeti8 closed #415 without waiting for my response if his solution worked. The mail credentials are correct, I verified them three times
The text was updated successfully, but these errors were encountered: