We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239b572 commit b1184b9Copy full SHA for b1184b9
src/webserver/http.rs
@@ -338,7 +338,8 @@ pub async fn main_handler(
338
Ok(action) => action,
339
Err(e) => {
340
let e = e.context(format!(
341
- "Unable to calculate the routing action for: {path_and_query:?}"
+ "The server cannot provide what you were asking for. \n\
342
+ The following page is not accessible: {path_and_query:?}"
343
));
344
return Err(anyhow_err_to_actix(e, app_state));
345
}
0 commit comments