kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

Error in Editor view #25

Open kaefer3000 opened 3 years ago

kaefer3000 commented 3 years ago

Hi,

I have a local URI that works fine in Browser view, but in Editor view I get this: Bildschirmfoto am 2021-02-23 um 09 08 58 I don't get more details in the console, so this is all I have.

FWIW, the RDF was:

<http://localhost:8080/ldbbc/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#BasicContainer> .
<http://localhost:8080/ldbbc/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#Container> .

The server I used is https://github.com/kaefer3000/ldbbc/tree/java11-jakarta

Cheers,

Tobias