ijjk / notion-blog

A Next.js site using new SSG support with a Notion backed blog

Home Page:https://notion-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed deployments from Vercel

theSalafee opened this issue · comments

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?

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 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.

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