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
It should be noted the index.html IS correctly generated, just not being served as expected to the browser.
Details
Doing a little digging and I think what happened is now with the fix to #1059 in place, both static server and hybrid server are not running together anymore for just static content (a good thing!). However, now that no static server is running, this line basically precludes prerendered SSR content from being returned now.
thescientist13
changed the title
serve command not serving prerendered SSR contentserve command not serving prerendered SSR or static export content
Feb 20, 2023
Type of Change
Bug
Summary
After upgrade to v0.28.0-alpha.2, a project that was originally using
prerender: true
and an SSR route now shows a 404 page when serving the content.AnalogStudiosRI/www.tuesdaystunes.tv#110
It should be noted the index.html IS correctly generated, just not being served as expected to the browser.
Details
Doing a little digging and I think what happened is now with the fix to #1059 in place, both static server and hybrid server are not running together anymore for just static content (a good thing!). However, now that no static server is running, this line basically precludes prerendered SSR content from being returned now.
So basically need to make sure static and hybrid server are working together here:
The text was updated successfully, but these errors were encountered: