Fixes #46640 The root IndexRedirect used an absolute path ("/dashboard"), causing React Router to push /dashboard to history regardless of the URL prefix. This made the app fall through to the 404 route when Fleet was deployed at a subpath (FLEET_SERVER_URL_PREFIX). Removing the leading slash lets React Router resolve the redirect relative to the mounted route.
2 lines
92 B
Plaintext
2 lines
92 B
Plaintext
* Fixed a bug where navigating to the Fleet root URL returned a 404 in subpath deployments.
|