You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
uptime
app is currently using hashbang routing by having aBrowserRouter
with anappRoute
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
kibana/x-pack/plugins/uptime/public/apps/uptime_app.tsx
Line 11 in 244ed04
kibana/x-pack/plugins/uptime/public/apps/uptime_app.tsx
Line 102 in 244ed04
The text was updated successfully, but these errors were encountered: