Felix Seol

Results 2 comments of Felix Seol

Same issue. ``` let fetched_videos: Vec = Request::get("/tutorial/data.json") .send() .await .unwrap() .json() .await .unwrap(); ``` with this code, I ran `trunk serve --proxy-backend=https://yew.rs/tutorial` it returns ``` panicked at src/main.rs:67:22: called...

In my case, it turns out browser issue. chrome Console returns > 127.0.0.1/:2 The `integrity` attribute is currently ignored for preload destinations that do not support subresource integrity. See https://crbug.com/981419...