I am getting this 500 internal server error - cust...
# support-questions-legacy
e
I am getting this 500 internal server error - custom ui, nestjs backend
r
Hey @eray
Are you self hosting the core?
e
yes i am hosting myself
r
Can you share the core’s error log when this api is called?
e
sorry i forgot to add
r
Also, when you visit the /hello API of the core, what do you get back?
e
i am getting hello properly
r
Hmm. Can you share the error log when the sign up api is called?
e
where can i see them
hmm
r
If you are using docker, then just do docker logs and you should see the logs
e
i dont use docker now
r
If not docker, then in the installation dir, you will see a logs folder
e
ok
r
Right. You are using mongodb?
e
yes i am
r
We don’t support login recipes for mongodb. Just the session recipe
Try using PostgreSQL / mysql
And it should work
e
uhh sorry i saw that
thanks for helping
4 Views