Description:
Deployed a Node.js/TypeScript/Express server to Vercel. While it works with vercel dev, the production URL serves the raw .js file instead of running the server.
Expected Behavior:
The server should execute and handle HTTP requests in production.
Steps to Reproduce:
Deploy the server to Vercel.
Access the production URL.
Environment:
Vercel is a serverless platform. You won’t be able to run a Server in Vercel unfortunately. We recommend reviewing our guide to learn more how you can run Express on Vercel