denduch
(Denduch)
December 11, 2024, 8:36pm
1
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?
Cheers!
D.
system
(system)
December 11, 2024, 8:36pm
2
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.
amyegan
(Amy Egan)
December 11, 2024, 10:09pm
3
It still works for me. 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
denduch
(Denduch)
December 12, 2024, 8:56am
4
Awesome, thank you!
That narrows possible issues a lot.
And it seems the issue is between my screen and chair
1 Like
anshumanb
(Anshuman Bhardwaj)
December 12, 2024, 9:18am
5
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
pawlean
(Pauline P. Narvas)
January 24, 2025, 11:39am
6
For anyone looking at this again, you can check out @anshumanb ’s latest Express post!
Getting started
Express.js is one of the most popular framework choices for building a backend using Node.js. If you are starting a new Express project and want to deploy it to Vercel, we recommend you to follow the Using Express.js with Vercel guide.
Common patterns
If you are coming from an existing project, we’ve put together this example repository to showcase the common development patterns for Express apps.
We recommend hosting your frontend application on a separ…
1 Like
system
(system)
Closed
February 28, 2025, 12:23pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.