[SOLVED] Error: error:0308010C:digital envelope routines::unsupported

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason.

server url: https://x515loxzctbn.usemoralis.com:2053/server

Thanks, solved :slight_smile:

1 Like

If you can post the solution will be great help for the community :slight_smile:

1 Like

The solution for me at least was downgrading my node version.
I was using version 17 but I downgraded using nvm install lts then nvm use 16