I am using prisma mongodb and its showing this Error

POST /api/customers/register 500 9.762 ms - 148
AggregateError:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1680:7)

POST /api/v1/customers/register 500 8.089 ms - 148
AggregateError:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1680:7)

Hi @asadshaikh

Welcome to the Auth0 Community!

Thank you for posting your question. I’ve tried researching your issue, and the only topic I found with a similar error was caused by the wrong URL set in the yarn lock. Can you verify that MongoDB is reachable and that your connection string is good?

Thanks!
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.