withastro/astro

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

Open

#15,101 创建于 2026年1月3日

在 GitHub 查看
 (6 评论) (3 反应) (0 负责人)TypeScript (59,282 star) (3,444 fork)batch import
help wantedin review

描述

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.

贡献者指南