Master Diego

The Question List

Covering Jun 8, 2026 to Sep 6, 2026

611 threads read this period, 123 of them new. Threads are counted per distinct account. Bots and pull requests are excluded.

New this week

How can I make Cloudflare bindings the default for building and running, including image service? new

3 people asked · astro · since Aug 22, 2026

  • The current issue is that all images are emitted as `<img src="/_image…"/>` which is an issue if you don’t get a Worker to handle `/ …

    · source

2 more quotes
  • Yeah I don't like this either. I think we need to figure out some other solution here. It seems to me like it's clear in …

    · source

  • I think the current default might be good for the near future, in the long term using `cloudflare-binding` for both build and runtime should …

    · source

Why does the build fail with incorrect line and column numbers in error messages? new

2 people asked · astro · since Aug 18, 2026

  • Please triage again. The user reported that this is only a partial fix. The line:col being `0:0` is incorrect. Please include this in your …

    · source

1 more quote
  • Confirmed that the above fixes the issue, however the line:col on the end of the location is still always `0:0`, even though the location …

    · source

How can I fix last-modified header behavior so it updates correctly on builds and moves with build output? new

2 people asked · astro · since Aug 25, 2026

  • Plainly: the `Last-Modified` Astro puts on a cached route should move when the build moves. Today it moves only when the content moves. Astro …

    · source

1 more quote
  • Apologies for the LLM text walls and thanks for taking on this. The basic issue is that when a route matches a [cache rule](https:// …

    · source

How can I get a clear explanation of the bug and the expected behavior in the issue report? new

2 people asked · astro · since Aug 21, 2026

  • @dsj1984 can you test the fix the bot proposed? thanks.

    · source

1 more quote
  • In all this wall of text, I can't understand what's the bug nor the expected result. Please use your words, not an LLM

    · source

How can I support the pnpm node linker in addition to PnP for Yarn Berry? new

2 people asked · astro · since Sep 2, 2026

  • @matthewp I can see the reason why pnp nodeLinker is not supported since it can require some significant effort. However, for the pnpm linker, since …

    · source

1 more quote
  • We don't support Yarn Berry outside of the `node-modules` linker. I can see that you're now using that on your site which is what …

    · source

How can I preserve index.html in dynamic route requests instead of getting a missing parameter error? new

2 people asked · astro · since Aug 26, 2026

  • @matthewp If I have a dynamic route (e.g. `foo/[slug].astro`) in an SSR app and somebody (usually bots/crawlers) try to access this with ` …

    · source

1 more quote

Why does the URL structure for index vs non-index routes need clarification? new

2 people asked · astro · since Aug 20, 2026

  • I'm talking about non-index routes, eg. `src/pages/about.astro`

    · source

1 more quote
  • I don't think this is true, the URL would be `/foo/` not `/foo/index.html`. Otherwise why are you using index routes?

    · source

Why does the documentation not explain how to provide a reproduction? new

2 people asked · astro · since Aug 17, 2026

  • @contactjawad please create an issue first with a valid reproduction

    · source

1 more quote
  • @wildfiremedia please provide a reproduction. Just looking at code and spotting things that don't seem right to you doesn't mean there is a bug. If …

    · source

Why does the documentation not ask if the fix resolves the issue? new

2 people asked · astro · since Aug 19, 2026

  • > [@asmyshlyaev177](https://github.com/asmyshlyaev177) I can't tell from your response, does this fix your issue, yes or no? No, but it was helpful to update …

    · source

1 more quote
  • @asmyshlyaev177 I can't tell from your response, does this fix your issue, yes or no?

    · source

How can I get clear and complete documentation for supported image files and their extensions? new

2 people asked · astro · since Aug 21, 2026

  • @matthewp I’m wrestling with two things annoying items: 1. I think my [changeset](https://github.com/withastro/astro/pull/17842/changes#diff-9ed7ae239822ce0747c877741473f2fd6c …

    · source

1 more quote
  • I think both are defensible. In the [Imports reference](https://docs.astro.build/en/guides/imports/#supported-file-types), we say that "Images & Assets (.svg, .jpg, .png, …

    · source

astro

How can I make Cloudflare bindings the default for building and running, including image service? new

3 people asked · since Aug 22, 2026

  • The current issue is that all images are emitted as `<img src="/_image…"/>` which is an issue if you don’t get a Worker to handle `/ …

    · source

2 more quotes
  • Yeah I don't like this either. I think we need to figure out some other solution here. It seems to me like it's clear in …

    · source

  • I think the current default might be good for the near future, in the long term using `cloudflare-binding` for both build and runtime should …

    · source

Why does the build fail with incorrect line and column numbers in error messages? new

2 people asked · since Aug 18, 2026

  • Please triage again. The user reported that this is only a partial fix. The line:col being `0:0` is incorrect. Please include this in your …

    · source

1 more quote
  • Confirmed that the above fixes the issue, however the line:col on the end of the location is still always `0:0`, even though the location …

    · source

How can I fix last-modified header behavior so it updates correctly on builds and moves with build output? new

2 people asked · since Aug 25, 2026

  • Plainly: the `Last-Modified` Astro puts on a cached route should move when the build moves. Today it moves only when the content moves. Astro …

    · source

1 more quote
  • Apologies for the LLM text walls and thanks for taking on this. The basic issue is that when a route matches a [cache rule](https:// …

    · source

How can I get a clear explanation of the bug and the expected behavior in the issue report? new

2 people asked · since Aug 21, 2026

  • @dsj1984 can you test the fix the bot proposed? thanks.

    · source

1 more quote
  • In all this wall of text, I can't understand what's the bug nor the expected result. Please use your words, not an LLM

    · source

How can I support the pnpm node linker in addition to PnP for Yarn Berry? new

2 people asked · since Sep 2, 2026

  • @matthewp I can see the reason why pnp nodeLinker is not supported since it can require some significant effort. However, for the pnpm linker, since …

    · source

1 more quote
  • We don't support Yarn Berry outside of the `node-modules` linker. I can see that you're now using that on your site which is what …

    · source

How can I preserve index.html in dynamic route requests instead of getting a missing parameter error? new

2 people asked · since Aug 26, 2026

  • @matthewp If I have a dynamic route (e.g. `foo/[slug].astro`) in an SSR app and somebody (usually bots/crawlers) try to access this with ` …

    · source

1 more quote

Why does the URL structure for index vs non-index routes need clarification? new

2 people asked · since Aug 20, 2026

  • I'm talking about non-index routes, eg. `src/pages/about.astro`

    · source

1 more quote
  • I don't think this is true, the URL would be `/foo/` not `/foo/index.html`. Otherwise why are you using index routes?

    · source

Why does the documentation not explain how to provide a reproduction? new

2 people asked · since Aug 17, 2026

  • @contactjawad please create an issue first with a valid reproduction

    · source

1 more quote
  • @wildfiremedia please provide a reproduction. Just looking at code and spotting things that don't seem right to you doesn't mean there is a bug. If …

    · source

Why does the documentation not ask if the fix resolves the issue? new

2 people asked · since Aug 19, 2026

  • > [@asmyshlyaev177](https://github.com/asmyshlyaev177) I can't tell from your response, does this fix your issue, yes or no? No, but it was helpful to update …

    · source

1 more quote
  • @asmyshlyaev177 I can't tell from your response, does this fix your issue, yes or no?

    · source

How can I get clear and complete documentation for supported image files and their extensions? new

2 people asked · since Aug 21, 2026

  • @matthewp I’m wrestling with two things annoying items: 1. I think my [changeset](https://github.com/withastro/astro/pull/17842/changes#diff-9ed7ae239822ce0747c877741473f2fd6c …

    · source

1 more quote
  • I think both are defensible. In the [Imports reference](https://docs.astro.build/en/guides/imports/#supported-file-types), we say that "Images & Assets (.svg, .jpg, .png, …

    · source

How can I avoid crashes and slow cold starts by including all required Astro modules in optimizedeps? new

2 people asked · since Aug 21, 2026

1 more quote

How can I keep the preview server running in the foreground by default? new

2 people asked · since Aug 23, 2026

  • Agree with @kydecker that this is worth reopening, and I don't think #17720 covers it. `--ignore-lock` changes whether a second preview server is allowed …

    · source

1 more quote
  • @matthewp I think this issue is worth addressing in addition to the `--ignore-lock` flag I filed in #17720. My issue describes a similar outcome, …

    · source

How can I use the navigate function properly and find documentation on its options? new

2 people asked · since Sep 1, 2026

  • > @devcustrom we don't support direct use of `history.pushState`, instead we have [navigate](https://docs.astro.build/en/reference/modules/astro-transitions/#navigate) which i …

    · source

1 more quote
  • @devcustrom we don't support direct use of `history.pushState`, instead we have [navigate](https://docs.astro.build/en/reference/modules/astro-transitions/#navigate) which is …

    · source

How can I get a release date or expected fix timeline for this issue? new

2 people asked · since Aug 25, 2026

  • This will be really helpful. When will it be released?

    · source

1 more quote
  • Nice! Thx for the fast response and the fix. When is this expected to be released?

    · source

Can internal logger modules be published so plugins can import them? new

2 people asked · since Sep 3, 2026

1 more quote

How can I prevent invalid hook calls during SSR with React islands and dependency bumps? new

1 person asked · since Aug 26, 2026

  • It appears the current repro case is not a 100% case. I am trying to find a case that triggers 100% of the time. For …

    · source

Can tsconfig references be supported in the astro check command? new

1 person asked · since Jul 21, 2026

Why does the dev server fail to start after Docker container restart? new

1 person asked · since Aug 10, 2026

How can I trigger a dev server warning when path mismatches occur? new

1 person asked · since Aug 21, 2026

  • Quoting my own [comment](https://github.com/withastro/astro/issues/17773#issuecomment-5368365481) from the issue thread: > This does fix it, but I think the core …

    · source

How can I fix Logger output that is missing or inconsistent between Cloudflare and other adapters? new

1 person asked · since Aug 26, 2026

  • it works, but diffrently : whereas node

    · source

Why does the dev server create duplicate CSS files in server output mode? new

1 person asked · since Jul 3, 2026