Hello, I am getting the following error while deploying my project - https://vercel.com/aparnagopals-projects/webflow-form-to-cms. This is Express.js script. Please help to resolve.
error: 404: NOT_FOUNDCode: NOT_FOUNDID: bom1::chbg2-1750166097117-15e012a9e9e3
I tried steps explained in FAQ section. Still it is giving the same error and I am not able to understand where is the error.
I tried the suggestions in the Using Express.js with Vercel.
Also, created the example project mentioned in that page and even that is also giving a 404 not found error. 404: NOT_FOUNDCode: NOT_FOUNDID: dev1::d19vo-1750264515439-31b74dc9148c
Can someone please help with my issue? If this solution will not work, I will have to look for something else. This is for advising an organization on how to implement it at their production site.
Thanks for sharing this with the community @aparnagopal.
One thing I noticed in the repo is that you are committing node_modules/ to the repository. You don’t need to push this folder because it is always created as an initial step when you deploy on Vercel.