We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
astro
1.4.6
cloudflare
yarn
windows
HTML rendering incorrectly when using SSR with Cloudflare.
repro steps:
yarn yarn build yarn preview
<html> <body> <!--StartFragment--> | <!DOCTYPE html> -- | -- | <html lang="en"> | <head> | <meta charset="utf-8"> | <meta name="viewport" content="width=device-width"> | <meta name="generator"<!DOCTYPE html> | content="Astro v1.4.6"<!DOCTYPE html> | > | <title>Astro</title> | <!DOCTYPE html> | <!DOCTYPE html> | </head> | <body> | <h1>Astro</h1> | </body></html> <!--EndFragment--> </body> </html>
https://github.com/DaZiYuan/astro-ssr-test.git
The text was updated successfully, but these errors were encountered:
Fixed by #5035, thanks @AirBorne04! Will be released today.
Sorry, something went wrong.
No branches or pull requests
What version of
astro
are you using?1.4.6
Are you using an SSR adapter? If so, which one?
cloudflare
What package manager are you using?
yarn
What operating system are you using?
windows
Describe the Bug
HTML rendering incorrectly when using SSR with Cloudflare.
repro steps:
Link to Minimal Reproducible Example
https://github.com/DaZiYuan/astro-ssr-test.git
Participation
The text was updated successfully, but these errors were encountered: