Skip to content

Migrate from hash based routing #76348

@pgayvallet

Description

@pgayvallet

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:

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 Observability

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions