Closed OlegKunitsyn closed 2 years ago
@OlegKunitsyn
I would need more information than just the error log.
At first glance, it looks bit like an issue with SSL / HTTPS but would need more info to validate that
Works with Node.js v.14.
Odd-numbered Node.js version (e.g. v17 in the original issue) often introduce breaks. For this reason, Vendure and other projects only officially support even-numbered (LTS) versions.
Anyway, searching the error brings up a bunch of results and threads discussing it, e.g.
The gist of it seems to be either downgrade to v16 or run with the --openssl-legacy-provider
flag.
Closing as this seems to not be related to VSF project