Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Index Data Visualizer url state error #54885

Closed
darnautov opened this issue Jan 15, 2020 · 1 comment · Fixed by #54915
Closed

[ML] Index Data Visualizer url state error #54885

darnautov opened this issue Jan 15, 2020 · 1 comment · Fixed by #54915
Assignees
Labels
bug Fixes for quality problems that affect the customer experience :ml v7.6.0

Comments

@darnautov
Copy link
Contributor

darnautov commented Jan 15, 2020

An error occurs on the Index Data Visualizer page when the URL state is trying to decode any URL parameters which aren't rison encoded, e.g. index or savedSearchId.
Presumably caused by the changes introduced in #52987.

backend.js:6 Could not read url state Error: rison decoder error: unable to parse string as rison: ''571aaf70-4c88-11e8-b3d7-01146121b73d''
    at rison.parser.errcb [as errorHandler] (rison.js:270)
    at rison.parser.parse (rison.js:333)
    at rison.decode (rison.js:275)
    at eval (url_state.ts:27)
    at Array.forEach (<anonymous>)
    at getUrlState (url_state.ts:26)
    at useUrlState (url_state.ts:90)
    at Tabs (tabs.tsx:75)
    at renderWithHooks (react-dom.development.js:16260)
    at updateFunctionComponent (react-dom.development.js:18347) 
    in Tabs (created by NavigationMenu)
    in NavigationMenu (created by Page)
    in Page (created by PageWrapper)
    in PageWrapper (created by Router.Consumer)
    in Router.Consumer (created by Route)
    in Route (created by MlRouter)
    in MlRouter (created by App)
    in App
@darnautov darnautov added bug Fixes for quality problems that affect the customer experience :ml v7.6.0 labels Jan 15, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience :ml v7.6.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants