withastro/astro

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

Open

#15.101 aperta il 3 gen 2026

Vedi su GitHub
 (8 commenti) (3 reazioni) (0 assegnatari)TypeScript (3444 fork)batch import
help wantedin reviewtriage: skipped

Metriche repository

Star
 (59.282 star)
Metriche merge PR
 (Merge medio 4g 23h) (197 PR mergiate in 30 g)

Descrizione

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.

Guida contributor