what does vercel mean by this “Invalid request: should NOT have additional property `route`. Please remove it”
this is it
Code: NOT_FOUND in Vercel when deploying node app
This is my app.js
Express js deployment on vercel failed with Error The Edge Function “middleware” is referencing unsupported modules:
i tried to deploy express-js on vercel and i’m getting error
error
How to periodically run a function with express on vercel
I have a simple express app running locally and I want to run a function every 10 seconds.
Cannot find module ‘@azure/identity’ on Vercel
I deployed express app to Vercel.
I’m using mssql library to connect MSSQL.
I tested my express app on my local and it works fine.
But after deploy to vercel, I see this error.
Why doesn’t Vercel recognize the html file from the Express file?
I am new to the page deployment, I have deployed my node.js -express app on Vercel. The problem that I am facing is that when I open the page on Vercel the content of the node.js file is shown and not the content of the html file. What can I do to solve this?