-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
SSR split
seems to not output prerendered html pages
#7466
Comments
it seems like it outputs Why are we emitting a @ematipico can you reproduce it, or am I missing something? |
It could be a bug. Can you create a repo for us to test please? |
https://stackblitz.com/edit/github-q6erqj-ab1xqd?file=astro.config.mjs&view=editor
|
Thank you @alexanderniebuhr , this repro will help us a lot! |
@ematipico amazing speed for a fix!
|
Is the path to the file correct? |
This comment was marked as outdated.
This comment was marked as outdated.
@ematipico actually I can't reach the |
That's interesting, I'll have to have a look it |
trying to debug this a little with logs, so I can compare cloudflare test vs the your test, to see the differences. |
|
my bad, I tried filename... FoundingsCloudflare has a different
The question is: Why is
Logsnot-cloudflare:
cloudflare:
|
@ematipico maybe I found the issue. Could it be because |
I was right found the issue and can fix myself. |
What version of
astro
are you using?2.7.0
Are you using an SSR adapter? If so, which one?
Cloudflare
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
While working on #7464, it seems like that pages with
are emitted as
.js
entry files instead of.html
assets. Note I have only tested it with the local fork.What's the expected result?
prerender pages should be handled as before
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-q6erqj-ab1xqd?file=astro.config.mjs&view=editor
Participation
The text was updated successfully, but these errors were encountered: