Error 404 (delpoy node.js&express.js app)

Why does it show me this error?
https://homework-27-07-2024.vercel.app/

I want to deploy my application, which is written on node js and express js

I have this code structure

The vercel json file has the following code

The package.json file has the following code

Please help)

Hi @dev-hemul. It looks like there’s a typo in the configuration file name. It’s versel.json in the screenshots you shared, but it should be vercel.json instead.

You should also check out our Express.js with Vercel guide for a walkthrough of the recommended setup and some tips on adapting Express apps to a serverless environment.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.