RACK 7.0 - SPARQLGraph error: "only recognizes nodegroup json up to version..." #453
-
If you try and load a nodegroup from SPARQLGraph, you get the following error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This means your javascript is old. If you are doing some kind of piecemeal download and running (i.e. not just running everything out of one Docker image) then it is possible you need to actually pull all the latest code, as things are out of sync. This will also require a browser refresh. We have searched but have not found a way to stop browsers to stop caching old javascript. The solution is different for every browser. |
Beta Was this translation helpful? Give feedback.
-
I would like to convert this to a discussion with a slightly cleaner title. Discussion topics are useful as a question-answer database. This is a recurring question that currently appears to be beyond our ability to fix any further. @Robert-Adelard please accept the answer by clicking the checkmark, or let us know if this isn't a full answer. |
Beta Was this translation helpful? Give feedback.
-
I've found a more maintainable version of this solution that works with require.js on our tech stack. It has been pushed to the SemTK 20210630 release. |
Beta Was this translation helpful? Give feedback.
This means your javascript is old.
It most likely requires a clearing of your cache (or hard-reload the SPARQLgraph page).
This is different for every browser. Take a look at Wiki: Bypass your Cache
If you are doing some kind of piecemeal download and running (i.e. not just running everything out of one Docker image) then it is possible you need to actually pull all the latest code, as things are out of sync. This will also require a browser refresh.
We have searched but have not found a way to stop browsers to stop caching old javascript. The solution is different for every browser.