-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:Uptime - DEPRECATEDSynthetics & RUM sub-team of Application ObservabilitySynthetics & RUM sub-team of Application Observability
Description
The uptime app is currently using hashbang routing by having a BrowserRouter with an appRoute containing a hashbang suffix.
Hashbang routing is not supported by the Kibana Platform. The application's routing need to be migrated to leverage the ScopedHistory exposed to the plugins instead.
Related files:
kibana/x-pack/plugins/uptime/public/apps/plugin.ts
Lines 86 to 88 in 532f2d7
| core.application.register({ | |
| appRoute: '/app/uptime#/', | |
| id: PLUGIN.ID, |
| import { BrowserRouter as Router } from 'react-router-dom'; |
| <Router basename={routerBasename}> |
Metadata
Metadata
Assignees
Labels
Team:Uptime - DEPRECATEDSynthetics & RUM sub-team of Application ObservabilitySynthetics & RUM sub-team of Application Observability