Is expressjs demo from vercel guides is still working?

Hello everyone.
I tried following step by step guide Using Express.js with Vercel without any luck. Anyone can confirm, that this guide is still valid and issue lies on my side? If not, maybe someone can share simple hello world working sample on express? :slight_smile:

Cheers!
D.

If you’re having trouble deploying an Express app, this guide can help.

You can also ask v0 for suggestions tailored to your own project setup.

It still works for me. :smile: I just build a new example app from the steps in that guide.

Repo: GitHub - amyegan/express-project
Example: express-project-hazel.vercel.app

1 Like

Awesome, thank you!
That narrows possible issues a lot.
And it seems the issue is between my screen and chair :smiley:

1 Like

Hi @denduch, welcome to the Vercel Community!

Yes, the Express Vercel template works well for me. I had recently deployed one.

What is the exact issue that you are facing?

Can you compare your project with this examples/solutions/express at main · vercel/examples · GitHub repository?

2 Likes