added defaultSitespeedioConfigFile config path in server/config/default.yaml
config.json file
{
"html": {
"homeurl": "http://localhost:3000"
}
}
Expected
once test finishes it will redirect to result page, where If I click on header logo, It should redirect me back to onlinetest UI.
Actual Result
Once the test finishes it is redirecting to http://localhost:3000/result/<UUID> Url but it is not opening page but throwin error as Found. Redirecting to

Even on the search tab, URL is not clickable, even though result is completed. (First two run)

Note - This behaviour is happening with any configuration parameter added in defaultSitespeedioConfigFile file.
added
defaultSitespeedioConfigFileconfig path in server/config/default.yamlconfig.json file
{ "html": { "homeurl": "http://localhost:3000" } }Expected
once test finishes it will redirect to result page, where If I click on header logo, It should redirect me back to onlinetest UI.
Actual Result

Once the test finishes it is redirecting to
http://localhost:3000/result/<UUID>Url but it is not opening page but throwin error asFound. Redirecting toEven on the search tab, URL is not clickable, even though result is completed. (First two run)
Note - This behaviour is happening with any configuration parameter added in
defaultSitespeedioConfigFilefile.