treemap-with-router icon indicating copy to clipboard operation
treemap-with-router copied to clipboard

pushState error

Open JohnPaulHarold opened this issue 7 years ago • 1 comments

I get the following error when I click on a route in the breadcrumb

Uncaught DOMException: Failed to execute 'pushState' on 'History': 
A history state object with URL 'http://lib/api' cannot be created in a 
document with origin 'http://localhost:8080' and URL 'http://localhost:8080/lib/api'.

This is taking into account the known issue of only traversing up/down one level.

I'm testing this on Windows 10, if that's significant. I do have an OSX box kicking around I can test on also.

JohnPaulHarold avatar Mar 30 '17 09:03 JohnPaulHarold

Same here. Breadcrumbs don't work.

Uncaught DOMException: Failed to execute 'pushState' on 'History': A history state object with URL 'http://node_modules/babel-traverse' cannot be created in a document with origin 'http://localhost:8080' and URL 'http://localhost:8080/node_modules/babel-traverse/lib/scope/lib'.

gitmathub avatar May 18 '17 08:05 gitmathub