[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Vercel deployment ready but domain returns ERR_CONNECTION_TIMED_OUT

30 views · 0 likes · 1 post


João Oliveira (@ojoaovvictor) · 2026-02-26

Hi everyone, I’m from Brazil and I need urgent help with my Vercel project.

## Problem
- The deploy status is “Ready” and the build finishes without errors.
- The site works perfectly on localhost (`npm run dev`), but does not open on the domain `stela-joias.vercel.app` (nor on the secondary Vercel domains).
- The browser keeps loading and eventually returns:

> **Error: ERR_CONNECTION_TIMED_OUT**

## What I've Tried
- Creating a new project
- Removing `vercel.json`
- Redeploying and clearing cache
- Testing on different networks/devices
- Verified environment variables are correctly set
- Verified the static build is generated in the `dist` folder
- Confirmed the domain is correctly linked to the project

This project is already being used by a client and cannot stay offline. I need an urgent solution to restore access to the domain.

Thank you for any help or support from the team/community!