notion-blog icon indicating copy to clipboard operation
notion-blog copied to clipboard

Failed deployments from Vercel

Open theSalafee opened this issue 2 years ago • 4 comments
trafficstars

Good afternoon,

I tried deploying this from Vercel. I did grab my db id from the URL as well as my token from my integration. Screenshot 2023-07-23 at 3 39 51 PM

However I continue to get this error from Vercel: image Any idea on what the issue is?

theSalafee avatar Jul 23 '23 22:07 theSalafee

I solved this issue on my project by going to Project Settings > General > Node.js Version and changing from 18.x to 16.x Good luck!

angadveeersb avatar Jul 26 '23 05:07 angadveeersb

I solved this issue on my project by going to Project Settings > General > Node.js Version and changing from 18.x to 16.x Good luck! I solved by modify node.js version, thanks.

wavever avatar Jul 29 '23 06:07 wavever

I solved this problem with adding "NODE_OPTIONS='--openssl-legacy-provider' && at scripts area on package.json file of project. image

mhtkoc avatar Aug 19 '23 10:08 mhtkoc