ijjk / notion-blog

A Next.js site using new SSG support with a Notion backed blog
https://notion-blog.vercel.app
MIT License
3.7k stars 535 forks source link

Failed deployments from Vercel #96

Open theSalafee opened 1 year ago

theSalafee commented 1 year ago

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?

angadveeersb commented 1 year ago

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!

wavever commented 1 year ago

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.

mhtkoc commented 1 year ago

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