withastro/astro

Transport invoke timed out after 60000ms / Docker and WSL issues

Closed

#15,101 opened on Jan 3, 2026

 (9 comments) (4 reactions) (0 assignees)TypeScript (3,742 forks)batch import
help wantedin reviewtriage: skipped

Repository metrics

Stars
 (61,991 stars)
PR merge metrics
 (PR metrics pending)

Description

Astro Info

Astro                    v5.7.13
Node                     v24.12.0
System                   Windows (x64)
Package Manager          pnpm
Output                   server
Adapter                  @astrojs/node
Integrations             @astrojs/react

Even latest version of Astro has this issue.

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

This started about 3-4 days ago and I've been troubleshooting it for days with no clear errors. Only happens with running astro in dev mode.

[ERROR] transport invoke timed out after 60000ms (data: {"type":"custom","event":"vite:invoke","data":{"name":"fetchModule"...}})

Reproduction

Having timeout/slow loads issues :

pnpm dev in WSL2 terminal, project on Windows filesystem

and

pnpm dev in WSL2 terminal, project on WSL filesystem (loads but has hydration / css / html issues)

and

pnpm dev in Docker (Both WSL and Windows filesystem)

What's the expected result?

Normally pnpm dev would work in docker. Also I would expect pnpm dev in WSL2 terminal, project on WSL filesystem to work as well.

Link to Minimal Reproducible Example

N/A

Participation

  • I am willing to submit a pull request for this issue.

Contributor guide