AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

SPARQL result caching causes 404 Not Found #40

Open tmciver opened 4 years ago

tmciver commented 4 years ago

I've created an LDH app that adds document data to a container. I can see the container and links to the resources in the container, but when I click on the links to the resources, I get a 404. Stopping and then restarting the containers (with docker-compose down followed by docker-compose up -d fixes the issue. @namedgraph recommended this remedy after suspecting a caching issue.