withastro/astro

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

Open

#15101 opened on Jan 3, 2026

View on GitHub
 (6 comments) (3 reactions) (0 assignees)TypeScript (59,282 stars) (3,444 forks)batch import
help wantedin review

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