Getting 500 error when deployed to vercel
Hello, I'm facing issues when I try to deploy serverlessWP to vercel, since planetscale has removed the free tier I am trying to use cockroach db for this. the issues im facing are im getting a 500 error when i try to open the preview link from vercel. I have attached the logs of the issue please help me on this.
Thank you.
Logs: logs_result.json
@vasantharaja200295 have you managed to fix this? I'm encountering the same error
@mitchmac maybe you know?
@vasantharaja200295 have you managed to fix this? I'm encountering the same error
@mitchmac maybe you know?
No man i can't find a way to fix it
@vasantharaja200295 have you managed to fix this? I'm encountering the same error @mitchmac maybe you know?
No man i can't find a way to fix it
I have a working personal blog, deployed on Vercel. Use Aiven.io for the database, don't forget to set the region close to your vercel region.
I fixed this by using Node.js v18.x instead of the default v20.x and then redeploying.
Created pull request #73 to solve this
Thank you @aldosch -- I'll try to find time to update for node 20 compatibility one of these days!