How can I make Cloudflare bindings the default for building and running, including image service? new
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
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.
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
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
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
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
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
@dsj1984 can you test the fix the bot proposed? thanks.
· source
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
@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
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
@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
No response_ Running a static build results in warnings like these: _[WARN] [build] Could not render `/page2` from route `/[slug]` as it conflicts with higher …
· Duplicate pathname rendering triggers misleading warning messages
I'm talking about non-index routes, eg. `src/pages/about.astro`
· source
I don't think this is true, the URL would be `/foo/` not `/foo/index.html`. Otherwise why are you using index routes?
· source
@contactjawad please create an issue first with a valid reproduction
· source
@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
> [@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
@asmyshlyaev177 I can't tell from your response, does this fix your issue, yes or no?
· source
@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
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
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
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
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
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
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
@dsj1984 can you test the fix the bot proposed? thanks.
· source
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
@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
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
@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
No response_ Running a static build results in warnings like these: _[WARN] [build] Could not render `/page2` from route `/[slug]` as it conflicts with higher …
· Duplicate pathname rendering triggers misleading warning messages
I'm talking about non-index routes, eg. `src/pages/about.astro`
· source
I don't think this is true, the URL would be `/foo/` not `/foo/index.html`. Otherwise why are you using index routes?
· source
@contactjawad please create an issue first with a valid reproduction
· source
@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
> [@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
@asmyshlyaev177 I can't tell from your response, does this fix your issue, yes or no?
· source
@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
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
Follow-up to #17788 / #16248 — same failure mode, two more modules missing from the list. The adapter's `@astrojs/cloudflare:environment` plugin pre-declares the Worker's impo …
Follow-up to #16248, which was closed with "open a new issue if you still have this problem". The adapter's `@astrojs/cloudflare:environment` plugin pre-declares …
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
@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
> @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
@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
This will be really helpful. When will it be released?
· source
Nice! Thx for the fast response and the fix. When is this expected to be released?
· source
No response_ `[email protected]` `astro:assets` emits this into the built graph ([`vite-plugin-assets.ts`](https://github.com/withastro/astro/blob/[email protected]/packages/astro/src/ass …
· [email protected] `astro:assets` imports unpublished `astro/_internal/logger`
No response_ Using `[email protected]` with Astro’s local font configuration causes `astro dev` and `astro build` to fail with: - Starlight: `@astrojs/[email protected]` - Node: `24. …
· Astro 7.3.0 font plugin imports an unexported internal logger module
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
No response_ on pnpm dev, dev server errors
When a custom error page (e.g. `src/pages/500.astro`) sets a cookie, that cookie is silently dropped from the final response. The root cause …
N/A, server-side. Since upgrading to v7, TypeScript experimental decorators in Astro code fail to compile (see minimal example). The error is 'Invalid or …
· TypeScript experimental decorators do not work in Astro files after upgrade to Astro v7
No response_ When using tsconfig references, `astro check` does not run for `.astro` files. In the linked repro, run `pnpm astro check` and see only …
· `astro check` references do not catch errors in `.astro` files
No response_ The astro dev server refuses to start after being closed. The bug fix at https://github.com/withastro/astro/issues/17656 doesn't seem to …
A deploy that changes only code leaves a returning visitor on the previous build's HTML, and that HTML points at asset files that the deploy …
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
it works, but diffrently : whereas node
· source
No response_ Astro creates 2 identical CSS files when using sever output There is more in the repro, I was able to reproduce it when …
· Astro creates 2 identical CSS files when using sever output