Replies: 1 comment 1 reply
-
Could you share your runtime logs (I think they are called Function logs in Vercel)? The build logs won't show the error because the error occurs during runtime |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
My Website get throw 500 error when visiting the page that contain API calls from Strapi API,
API call come from
getServerSideProps
I tried running production on local with Production Strapi API that hosted on Heroku, and i works as expected. But when deployed to Vercel, and visit the page that contain API calls from Strapi API, it will throw 500 error.
To Reproduce
Expected behavior
Not Throwing 500 error
Screenshots
Deployed version :

Running Production On Local :

System information
Additional context
vercel.json
Vercel Logs
Beta Was this translation helpful? Give feedback.
All reactions