No badges yet
No accepted solutions yet
404 error when using vercel dev for simple node api
Including the file extension serves the file. Actually I was able to resolve this by adding routes to the configuration. Here's the updated configuration that works:...
404 error when using vercel dev for simple node api
I am trying to build a simple barebones node.js API using vercel. The structure of the project is like the following: project-root/ ├── api/ │ ├── hello.js ← should map to /api/hello │ └── ind