min7318
Results
1
comments of
min7318
use this fix in the file dioxus-fullstack-0.7.2/src/client.rs at( line 40) change them as below, then it works ` let mut server_url = get_server_url().to_string(); if server_url.is_empty() { server_url = "http://this.is.not.a.real.url:9000".to_string(); }...