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
Log::info("Failed to access '" + req.url().path() + "', the path does not exist");
resp.sendResponse(QHttpServerResponse("text/plain", "You are trying to open the path '" + req.url().path().toLatin1() + "' which does not exist", QHttpServerResponder::StatusCode::NotFound));