-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
Deno SSR with prerender=true complains about invalid URL scheme #6131
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
Comments
andrioid
changed the title
Deno SSR does with prerender=true complains about invalid URL scheme
Deno SSR with prerender=true complains about invalid URL scheme
Feb 4, 2023
matthewp
added
the
- P4: important
Violate documented behavior or significantly impacts performance (priority)
label
Feb 8, 2023
mark |
JerryWu1234
added a commit
to JerryWu1234/astro
that referenced
this issue
Feb 14, 2023
JerryWu1234
added a commit
to JerryWu1234/astro
that referenced
this issue
Feb 14, 2023
Merged
natemoo-re
pushed a commit
that referenced
this issue
Feb 16, 2023
matthewp
added a commit
that referenced
this issue
Feb 17, 2023
A fix for this was added, then reverted. The new fix is #6284 which should have some performance gains as well. Going out in |
liruifengv
pushed a commit
to liruifengv/astro
that referenced
this issue
Feb 18, 2023
* Revert "Deno fix withastro#6131 (withastro#6248)" This reverts commit ef5cea4. * Create gold-months-live.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
astro
are you using?2.0.6
Are you using an SSR adapter? If so, which one?
Deno
What package manager are you using?
pnpm
What operating system are you using?
Linux
Describe the Bug
Adding
export const prerender = true
toindex.astro
in the Deno example is enough to cause the error:Steps:
pnpm run build
I was attempting to migrate my Astro site to SSR. I have several things that I'd like to pre-render, such as my PDF CV and social-cards.
Link to Minimal Reproducible Example
https://github.com/andrioid/astro-deno-ssr-prerender-bug
Participation
The text was updated successfully, but these errors were encountered: