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
Describe the bug
I have an application using server functions, and using the debian dockerfile provided in the leptos book to create an image and then running the resulting docker image causes errors in the browser console when server functions are executed. The console error (see below) seems to indicate an issue with the JSON deserialization.
I've tried building and running using the same commands on my dev machine (Ubuntu 22.04) as during the docker build and the website works fine, so it's really baffling why these errors show up in the docker image.
Leptos Dependencies
leptos = { version = "0.6", features = ["nightly", "serde"] }
leptos_axum = { version = "0.6", optional = true }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_router = { version = "0.6", features = ["nightly"] }
Console Error
panicked at /rust/deps/dlmalloc-0.2.6/src/dlmalloc.rs:1198:13:
assertion failed: psize <= size + max_overhead
Stack:
__wbg_get_imports/imports.wbg.__wbg_new_abda76e883ba8a5f@http://localhost:3000/pkg/hephaistos-2e.js:500:13
web_app.wasm.console_error_panic_hook::Error::new::h072d9d745f153fb2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[78258]:0x3adc987
web_app.wasm.console_error_panic_hook::hook_impl::hbe9b50ddd7207724@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[24199]:0x318a633
web_app.wasm.console_error_panic_hook::hook::hc04ccf6691f99b79@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[99417]:0x3c1652e
web_app.wasm.core::ops::function::Fn::call::h1a22e8c746ddb235@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[83339]:0x3b34dd4
web_app.wasm.std::panicking::rust_panic_with_hook::h29ecf22744dc5559@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[40742]:0x363b9bc
web_app.wasm.std::panicking::begin_panic_handler::{{closure}}::h6a46cc5545ba80c2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[50563]:0x3803570
web_app.wasm.std::sys_common::backtrace::__rust_end_short_backtrace::h675a594c424d475c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[113572]:0x3c9313e
web_app.wasm.rust_begin_unwind@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[87874]:0x3b7bb53
web_app.wasm.core::panicking::panic_fmt::h236e010f3ed78366@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[95058]:0x3bdde3e
web_app.wasm.core::panicking::panic::h7035d9efbfec1181@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[86570]:0x3b67f53
web_app.wasm.__rdl_dealloc@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[66813]:0x39f1797
web_app.wasm.__rust_dealloc@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[112383]:0x3c8fa7b
web_app.wasm.<alloc::alloc::Global as core::alloc::Allocator>::deallocate::h6dca0a82211216d0@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[41150]:0x3651863
web_app.wasm.<alloc::raw_vec::RawVec<T,A> as core::ops::drop::Drop>::drop::h3685a32020f5cf84@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[42986]:0x36af365
web_app.wasm.core::ptr::drop_in_place<alloc::raw_vec::RawVec<u8>>::h63198daf537a59cd@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[100751]:0x3c279e9
web_app.wasm.core::ptr::drop_in_place<alloc::vec::Vec<u8>>::he1ca4a2081a6490b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[89832]:0x3b97af7
web_app.wasm.core::ptr::drop_in_place<alloc::string::String>::h05097be8c7b6250a@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[100674]:0x3c269d2
web_app.wasm.leptos_reactive::resource::load_resource::{{closure}}::hdaf0753de1713aec@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[266]:0x220b58
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hb1f123382be3c969@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[72424]:0x3a6b143
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h7bff537fce55a1ba@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[36547]:0x3546072
web_app.wasm.std::thread::local::LocalKey<T>::with::h346fa4f8eafe46c9@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[45228]:0x371aa76
web_app.wasm.leptos_reactive::resource::load_resource::h35ec157c9055fdc4@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[5722]:0x2222ffc
web_app.wasm.leptos_reactive::resource::create_resource_helper::{{closure}}::hececb0e23aa7c03f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[63159]:0x3997413
web_app.wasm.<leptos_reactive::effect::EffectState<T,F> as leptos_reactive::effect::AnyComputation>::run::h61fe40a1bfbbe315@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[2916]:0x17c7212
web_app.wasm.leptos_reactive::runtime::Runtime::update::{{closure}}::hb5dc8cf4120fd9b6@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38901]:0x35d5137
web_app.wasm.leptos_reactive::runtime::Runtime::with_observer::hb5f6a8c5bcaa1ee9@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[28044]:0x32e6a52
web_app.wasm.leptos_reactive::runtime::Runtime::update::h30557c4405897652@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[7185]:0x25742c7
web_app.wasm.leptos_reactive::runtime::Runtime::update_if_necessary::he47f896c42abc20e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[10576]:0x29bfbb4
web_app.wasm.leptos_reactive::effect::create_isomorphic_effect::{{closure}}::ha50bb125b592b290@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[72538]:0x3a6d6d4
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::he74d8599f51d44ad@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[77849]:0x3ad4fc8
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h199238f7b1c8b24f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[37735]:0x358ed2f
web_app.wasm.std::thread::local::LocalKey<T>::with::h07a1c05ba884f813@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[46448]:0x37528c2
web_app.wasm.leptos_reactive::resource::create_resource_helper::ha4e6f7621c13c9d8@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[399]:0x498fef
web_app.wasm.leptos_reactive::resource::create_resource_with_initial_value::h76fb9fcfba95c664@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[4321]:0x1d8ffcb
web_app.wasm.leptos_reactive::resource::create_resource::hbea086b5271149ee@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[4181]:0x1d09b4a
web_app.wasm.web_app::pages::character::creator::ancestry::__AncestryList::hc7673913b1829097@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[2749]:0x1706947
web_app.wasm.web_app::pages::character::creator::ancestry::AncestryList::{{closure}}::h9041fb2a94e56f72@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[85215]:0x3b52bb4
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::{{closure}}::h5454da7ffadb4af8@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[4187]:0x1d0e9d2
web_app.wasm.leptos_reactive::runtime::RuntimeId::untrack::{{closure}}::hee9da56c2c131d59@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[30653]:0x33b4e9b
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hb085c19bcb64d01a@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[52720]:0x3855f28
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h2dce87d65fb4d745@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[28973]:0x33328c4
web_app.wasm.std::thread::local::LocalKey<T>::with::h9556f33faf4ffd93@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38412]:0x35b7cf0
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::h726a1f8c70126ba6@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[1059]:0xbfa440
web_app.wasm.<Func as leptos::ComponentConstructor<P>>::construct::h78c1dea5a038f737@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[53513]:0x3872feb
web_app.wasm.leptos::component_view::h065acd190d563249@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[78870]:0x3ae7c9f
web_app.wasm.web_app::pages::character::creator::ancestry::__Ancestry::{{closure}}::h2eb6c79853b0e99e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[51325]:0x38216f0
web_app.wasm.<leptos::view_fn::ViewFn as core::convert::From<F>>::from::{{closure}}::h9ed08a1badde05f0@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[80897]:0x3b0b8c3
web_app.wasm.leptos::view_fn::ViewFn::run::haff88954c367a913@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[49157]:0x37c80a4
web_app.wasm.leptos::show::__Show::{{closure}}::h3c4c7cddac25f965@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[3150]:0x18cdb88
web_app.wasm.<leptos_dom::components::dyn_child::DynChild<CF,N> as leptos_dom::IntoView>::into_view::{{closure}}::h7b06fbc23fa303aa@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[80007]:0x3afc337
web_app.wasm.<alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd07d1ba08d29a7c0@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[77292]:0x3aca9b0
web_app.wasm.<leptos_dom::components::dyn_child::DynChild<CF,N> as leptos_dom::IntoView>::into_view::create_dyn_view::{{closure}}::h4281f46d28fc7068@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[1184]:0xd2ecab
web_app.wasm.<leptos_reactive::effect::EffectState<T,F> as leptos_reactive::effect::AnyComputation>::run::h3cb6089a6adde0c4@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[2730]:0x16f20b8
web_app.wasm.leptos_reactive::runtime::Runtime::update::{{closure}}::hb5dc8cf4120fd9b6@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38901]:0x35d5137
web_app.wasm.leptos_reactive::runtime::Runtime::with_observer::hb5f6a8c5bcaa1ee9@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[28044]:0x32e6a52
web_app.wasm.leptos_reactive::runtime::Runtime::update::h30557c4405897652@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[7185]:0x25742c7
web_app.wasm.leptos_reactive::runtime::Runtime::update_if_necessary::he47f896c42abc20e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[10576]:0x29bfbb4
web_app.wasm.leptos_reactive::effect::create_render_effect::{{closure}}::hbee0da4f2393d8d2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[73402]:0x3a7f050
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hf339fba75ef47879@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[78414]:0x3adf7ee
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h4063ffa15075d8bd@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38042]:0x35a1668
web_app.wasm.std::thread::local::LocalKey<T>::with::h8ae2d4cc42daedb8@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[46822]:0x376386b
web_app.wasm.<leptos_dom::components::dyn_child::DynChild<CF,N> as leptos_dom::IntoView>::into_view::create_dyn_view::h96ee2cc3d7728a0c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[1453]:0xf675df
web_app.wasm.<leptos_dom::components::dyn_child::DynChild<CF,N> as leptos_dom::IntoView>::into_view::h4164a9831a3bbd31@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[2816]:0x175503f
web_app.wasm.<F as leptos_dom::IntoView>::into_view::hba8d20828513dfd3@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[5101]:0x20359a7
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::{{closure}}::h39f476360e3857ca@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[34239]:0x34b2f54
web_app.wasm.leptos_reactive::runtime::RuntimeId::untrack::{{closure}}::hd70ba7aa9f3eecce@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[19924]:0x2fbece5
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hfa0c172ee9b48bb8@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[37729]:0x358e7aa
web_app.wasm.std::thread::local::LocalKey<T>::try_with::hf75b1f3186f4ab66@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[23000]:0x3112681
web_app.wasm.std::thread::local::LocalKey<T>::with::hc85d20233ffc72dd@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38506]:0x35bd8b1
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::h2b4cc789431a4a15@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[724]:0x87cd31
web_app.wasm.<Func as leptos::ComponentConstructor<P>>::construct::h0eaa8c6c146ba7d4@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[33401]:0x347af61
web_app.wasm.leptos::component_view::h9021e625fb8553c0@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[88681]:0x3b875de
web_app.wasm.web_app::pages::character::creator::ancestry::__Ancestry::h567809c6e833d30c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[19323]:0x2f777ab
web_app.wasm.web_app::pages::character::creator::ancestry::Ancestry::{{closure}}::hefca021b5fb9d54f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[34361]:0x34baca6
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::{{closure}}::he5c6a7a23b484a31@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[34730]:0x34d2e9b
web_app.wasm.leptos_reactive::runtime::RuntimeId::untrack::{{closure}}::h959d1e57f4962d4a@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[21644]:0x3081064
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hc030238f271e21b1@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[40080]:0x36172e7
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h2692351125ad112b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[20612]:0x300e164
web_app.wasm.std::thread::local::LocalKey<T>::with::hb6684eca7ff4070b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38474]:0x35bb971
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::h92f57a8ff5042600@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[701]:0x83d6f4
web_app.wasm.<Func as leptos::ComponentConstructor<P>>::construct::ha3a2b44b7716fa6d@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[33343]:0x347725d
web_app.wasm.leptos::component_view::h5349958c846515c4@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[88567]:0x3b85c7c
web_app.wasm.web_app::pages::character::creator::__CharacterCreatorRoutes::{{closure}}::{{closure}}::{{closure}}::h5f4a96ba3207c0b5@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[23841]:0x31670c7
web_app.wasm.leptos_router::components::route::__Route::{{closure}}::h8532917c1cc3e027@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[80314]:0x3b01895
web_app.wasm.leptos_router::components::route::RouteContext::new::{{closure}}::hc1a885d4f36023fa@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[41393]:0x365e081
web_app.wasm.<alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h2c8d1236107f5b5c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[77128]:0x3ac778b
web_app.wasm.leptos_router::components::route::RouteContext::outlet::he80c093ef89ef0f1@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[60969]:0x395c746
web_app.wasm.leptos_router::components::outlet::__Outlet::{{closure}}::h89884083c65b9d7e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[47867]:0x37914b3
web_app.wasm.leptos_reactive::runtime::as_child_of_current_owner::{{closure}}::{{closure}}::h324c2ef254076d1d@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[10414]:0x2997359
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hcfcffe7a44eaf576@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[53274]:0x386a392
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h01695f19d6369d4b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[28708]:0x331d284
web_app.wasm.std::thread::local::LocalKey<T>::with::h703206f36b68aba2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38659]:0x35c6cfa
web_app.wasm.leptos_reactive::runtime::as_child_of_current_owner::{{closure}}::h7cd9cd0a2de07877@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[5487]:0x216bbc5
web_app.wasm.leptos_router::components::outlet::__Outlet::{{closure}}::h703c0883c49c7e87@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[9109]:0x2833a91
web_app.wasm.<leptos_reactive::effect::EffectState<T,F> as leptos_reactive::effect::AnyComputation>::run::h483d229a3307f1fb@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[2686]:0x16be230
web_app.wasm.leptos_reactive::runtime::Runtime::update::{{closure}}::hb5dc8cf4120fd9b6@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38901]:0x35d5137
web_app.wasm.leptos_reactive::runtime::Runtime::with_observer::hb5f6a8c5bcaa1ee9@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[28044]:0x32e6a52
web_app.wasm.leptos_reactive::runtime::Runtime::update::h30557c4405897652@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[7185]:0x25742c7
web_app.wasm.leptos_reactive::runtime::Runtime::update_if_necessary::he47f896c42abc20e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[10576]:0x29bfbb4
web_app.wasm.leptos_reactive::effect::create_isomorphic_effect::{{closure}}::h5adfb3f5988e9a10@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[73317]:0x3a7d4a5
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::h3d64688cd6450cab@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[78349]:0x3ade4c9
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h461a12d219468e8b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[38001]:0x359ef05
web_app.wasm.std::thread::local::LocalKey<T>::with::h61206c3b3c930084@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[46734]:0x375f8af
web_app.wasm.leptos_router::components::outlet::__Outlet::h2e05516fb23f299f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[280]:0x275eaa
web_app.wasm.leptos_router::components::outlet::Outlet::{{closure}}::h2f01b89543ac775c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[104250]:0x3c523bd
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::{{closure}}::hc3d9216b95ad3631@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[70313]:0x3a3ef4e
web_app.wasm.leptos_reactive::runtime::RuntimeId::untrack::{{closure}}::hd642bc43e2c8c5f3@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[32706]:0x344bafa
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::h97f82960606b8cd8@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[77138]:0x3ac7a8e
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h0a3822aa431ea89e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[35381]:0x34fca7d
web_app.wasm.std::thread::local::LocalKey<T>::with::h80b547ebf43fbb3d@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[37319]:0x35762cf
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::h31a03f719761988f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[1122]:0xc9bbb0
web_app.wasm.<Func as leptos::ComponentConstructor<()>>::construct::haa7d35da7d762f20@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[63783]:0x39a73bd
web_app.wasm.leptos::component_view::h506cb2c3f836def6@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[90547]:0x3ba161f
web_app.wasm.web_app::pages::character::creator::__CharacterCreator::{{closure}}::h2ee3979675857c40@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[3976]:0x1c41a0e
web_app.wasm.web_app::pages::character::creator::__CharacterCreator::h7948aa8b4de51b9b@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[21940]:0x30a1651
web_app.wasm.web_app::pages::character::creator::CharacterCreator::{{closure}}::h0f778fd4eb82ecd2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[103808]:0x3c4d18a
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::{{closure}}::h339aef8813a9401f@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[86625]:0x3b68c5f
web_app.wasm.leptos_reactive::runtime::RuntimeId::untrack::{{closure}}::hacb0a5a3cab2342c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[32599]:0x344451a
web_app.wasm.leptos_reactive::runtime::with_runtime::{{closure}}::hd74b02568fc1d35a@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[76791]:0x3ac1215
web_app.wasm.std::thread::local::LocalKey<T>::try_with::h09ae430406f440a2@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[35288]:0x34f6bce
web_app.wasm.std::thread::local::LocalKey<T>::with::h4973bebd3a6a334d@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[37180]:0x356da23
web_app.wasm.<leptos_dom::components::Component<F,V> as leptos_dom::IntoView>::into_view::ha704c113e0e14636@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[1114]:0xc874fc
web_app.wasm.leptos_router::components::route::__Route::{{closure}}::h87ace80fe93b9094@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[63931]:0x39ab028
web_app.wasm.leptos_router::components::route::RouteContext::new::{{closure}}::hc1a885d4f36023fa@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[41393]:0x365e081
web_app.wasm.<alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h2c8d1236107f5b5c@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[77128]:0x3ac778b
web_app.wasm.leptos_router::components::route::RouteContext::outlet::he80c093ef89ef0f1@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[60969]:0x395c746
web_app.wasm.leptos_router::components::outlet::__Outlet::{{closure}}::h89884083c65b9d7e@http://localhost:3000/pkg/hephaistos-2e.wasm:wasm-function[47867]:0x37914b3
hephaistos-2e.js:497:9
The text was updated successfully, but these errors were encountered:
Is this the same as #2377? Hard to tell without a reproduction.
If you are using the Dockerfile you linked (using the nightly compiler) and using the stable compiler locally, and it is an issue with some Unicode characters, then it's definitely #2377.
Interesting, I don't think that issue came up when I was searching through the list for similar problems but thanks for bringing it to my attention. I'm using nightly locally as well, and the data being loaded has some non-ascii unicode characters so it's very likely the same issue, but I'll investigate further and report back to confirm.
It's very possible you're using a different/earlier nightly that doesn't have this issue. (I recognized it from the other issue by the assertion failed: psize <= size + max_overhead)
Describe the bug
I have an application using server functions, and using the debian dockerfile provided in the leptos book to create an image and then running the resulting docker image causes errors in the browser console when server functions are executed. The console error (see below) seems to indicate an issue with the JSON deserialization.
I've tried building and running using the same commands on my dev machine (Ubuntu 22.04) as during the docker build and the website works fine, so it's really baffling why these errors show up in the docker image.
Leptos Dependencies
Console Error
The text was updated successfully, but these errors were encountered: