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's possible the leptos-0.6 migration guide did not include a leptos_axum::file_and_error_handler fallback option at the time (since this template workspace uses an alternative via fileserv.rs), however it is available now in main! 🎊
At the present time, using leptos_0.7 and the new main branch is insufficient because the custom handler in /server/src/fileserv.rs does not provide context (which would have otherwise been available if not for the deleted .route("/api/*fn_name", post(leptos_axum::handler_server_fns)).
It's possible the leptos-0.6 migration guide did not include a
leptos_axum::file_and_error_handler
fallback option at the time (since this template workspace uses an alternative viafileserv.rs
), however it is available now in main! 🎊At the present time, using
leptos_0.7
and the new main branch is insufficient because the custom handler in/server/src/fileserv.rs
does not provide context (which would have otherwise been available if not for the deleted.route("/api/*fn_name", post(leptos_axum::handler_server_fns))
.I can open a PR for this later.
Related commit: 95e3aeb#commitcomment-145056391
The text was updated successfully, but these errors were encountered: