Getting 500: Internal Server Error after deploying Next.js project in Vercel. Might be related to Environment Variables – Twitter API
I am getting 500 internal server error after deploying a Next.js app to Vercel. The project works in the local machine but isn't working in the URL to which it is deployed to. I have used environment variables in Vercel,…