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
When using this library with a route set to SsrMode::Async or SsrMode::InOrder, tokio worker threads panic with the given message:
thread 'tokio-runtime-worker' panicked at ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thaw_utils-0.1.1/src/dom/ssr_mount_style.rs:157:18:
you are using SSRMountStyleProvider without a <head> tag
This can be reproduced by using the demo and setting one of the routes to either of these modes.
This is a shame, since only these modes work reliably for SSR (see leptos-rs/leptos#3048).
The text was updated successfully, but these errors were encountered:
, and then executed the cargo leptos watch command in the examples/ssr_axum directory but the problem did not reappear. Can you provide more information?
Uh oh!
There was an error while loading. Please reload this page.
When using this library with a route set to
SsrMode::Async
orSsrMode::InOrder
, tokio worker threads panic with the given message:This can be reproduced by using the demo and setting one of the routes to either of these modes.
This is a shame, since only these modes work reliably for SSR (see leptos-rs/leptos#3048).
The text was updated successfully, but these errors were encountered: