nodemailer / wildduck-webmail

Demo webmail service for WildDuck Mail Server
https://wildduck.email/
Other
147 stars 44 forks source link

internal server error 500 #21

Closed W2AlharbiMe closed 5 years ago

W2AlharbiMe commented 5 years ago

hello guys i'm trying to use react to send POST request using axios to this point /account/create but i'm getting internal server error 500 is there any logs ?

Weldeasy commented 5 years ago

Hi, did you check the syslog?

Also, the api port it's configured in api.toml (check if you are sending the request to the correct port).

Hope it helps!

W2AlharbiMe commented 5 years ago

i solved the issue it was from redis it was not running thank you. i used this command: /etc/init.d/redis-server start

@Weldeasy