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
Hello,
Since I use serverless, I want to avoid having the server execute (or render) client-side code, as this can lead to cold start overhead.
I simply need prerendering, so I use react-router and I am very satisfied with the Vite environment.
For this reason, I am currently using ssr: false and prerender: true.
Due to these settings, any parts that are not prerendered fall back to CSR, so there are no issues with dynamic routes or splat routes.
However, I keep seeing the following warning repeatedly, which is inconvenient.
It would be great if there were an option to hide those logs, or if they could be suppressed in CSR mode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

Since I use serverless, I want to avoid having the server execute (or render) client-side code, as this can lead to cold start overhead.
I simply need prerendering, so I use react-router and I am very satisfied with the Vite environment.
For this reason, I am currently using ssr: false and prerender: true.
Due to these settings, any parts that are not prerendered fall back to CSR, so there are no issues with dynamic routes or splat routes.
However, I keep seeing the following warning repeatedly, which is inconvenient.
It would be great if there were an option to hide those logs, or if they could be suppressed in CSR mode.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions