Blog fails when SSR is enabled #194
Unanswered
jussi-photografi
asked this question in
Q&A
Replies: 1 comment
-
The theme is not intended to work on SSR. Just static for now. In a next version we will support SSR. To make it work in SSR you will have to update several files yourself. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Project doesn't work when SSR is enabled (
npm run astro add react
+ setoutput: 'server'
inastro.config.mjs
). I'm new to Astro and modern frontend development, so I'm a bit lost here -- will I be able to run things like next-auth and React code with my project built on AstroWind?Beta Was this translation helpful? Give feedback.
All reactions