Files
fleet/changes
Juan Fernandez d246865a2a Fix root URL 404 in subpath deployments
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.
2026-06-03 10:12:18 -04:00
..