You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v5.1.1
Node v22.12.0
System Linux (x64)
Package Manager npm
Output static
Adapter @astrojs/cloudflare
Integrations astro-icon
Describe the Bug
The @astrojs/cloudflare warning:
This adapter is intended to be used with server rendered pages, which this project does not contain any of. As such, this adapter is unnecessary.
Does not take into consideration if server islands are enabled at all.
What's the expected result?
Ideally, this warning doesn't appear - it should be possible to just check for serverIslands?
Link to Minimal Reproducible Example
I tried to make an example on all the providers listed by astro.new and none of them worked. Sorry.
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
I can just do it myself. Terribly sorry I couldn't provide a repro none of these services ever work. I could make a repo locally but it feels like a lot of effort to mute an erroneous warning.
Astro Info
Describe the Bug
The
@astrojs/cloudflare
warning:This adapter is intended to be used with server rendered pages, which this project does not contain any of. As such, this adapter is unnecessary.
Does not take into consideration if server islands are enabled at all.
What's the expected result?
Ideally, this warning doesn't appear - it should be possible to just check for
serverIslands
?Link to Minimal Reproducible Example
I tried to make an example on all the providers listed by astro.new and none of them worked. Sorry.
Participation
The text was updated successfully, but these errors were encountered: