After an user click the “SEND EMAIL” button in NocoDB the “Please check your email to reset the password” message appears on the page but in my self-hosted server occurs:
Please check your SMTP settings & SMTP provider if you can find out more why the email is throwing error. Since it self-hosted, its hard for us to figure the exact reason.
And we will improvise the surfacing of error to UI.
1.Get the name, in my case nocodb-nocodb-1:
~# docker ps -a --filter “name=nocodb”
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8b4873d31fa3 nocodb/nocodb:latest “/usr/bin/dumb-init …” 13 hours ago Up 9 hours 0.0.0.0:8080->8080/tcp, [::]:8080->8080/tcp nocodb-nocodb-1
tail the logs:
~# docker logs -f --tail 50 nocodb-nocodb-1
4.Check the logs. In my case:
{“level”:50,“time”:1790109776936,“pid”:13,“hostname”:“8b4873d31fa3”,“req”:{“id”:“861F483B-206D-4CFD-87F0-40826F8B55C7”,“method”:“POST”,“url”:“/api/v1/auth/password/forgot”},“context”:“_0x276fcd”,“msg”:“Error sending email”}