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
Running Skosmos from master (from some time ago, but also the latest version) with Docker.
What steps will reproduce the problem?
Start the Fuseki+Skosmos with docker-compose up
Ingest data
Visit Skosmos at localhost:9090 or another URL you have configured
Now you should be able to reproduce on the first load a scenario where the hierarchy is empty, and you have a JS error in the browser console, similar to (copied Henk's snippet reported via mailing list):
Uncaught TypeError: $(...)[0] is undefined
$('script[type="application/ld+json"]')[0].innerHTML = data.graph;
What is the expected output? What do you see instead?
No errors.
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox on Ubuntu LTS.
The text was updated successfully, but these errors were encountered:
I had seen this error before, but never created an issue. Henk posted on the mailing list and I recognized the issue. I have a theory on why that happens, but never stopped to investigate it. I never saw it happen on the dev instance of Skosmos.
At which URL did you encounter the problem?
Running Skosmos from
master
(from some time ago, but also the latest version) with Docker.What steps will reproduce the problem?
docker-compose up
What is the expected output? What do you see instead?
No errors.
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox on Ubuntu LTS.
The text was updated successfully, but these errors were encountered: