run the ldr with following image "FROM ali1k/ld-r:v1.3.5" without nginx. it works expected with
propertyURI: "http://www.w3.org/2000/01/rdf-schema#label
when running in production where all call are redirect via nginx, ldr is up. all the created datasets are visible.
selecting dataset displays the results.
but when selecting a particular check box under "Selected Properties" [say LABEL] in this case.
the propertyURI for facets is missing "/" from the URI
Expected Behavior
facets: {status: true, propertyURI: "http://www.w3.org/2000/01/rdf-schema#label",…}
Actual Behavior
facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…
Steps to Reproduce the Problem
facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…
Specifications