It appears to be a regression of https://github.com/apache/jena/pull/1226. I've replicated the part where the query fails (i.e. I never got it to work on another dataset). The request URL in the browser console stays the same no matter whether I've changed the SPARQL Endpoint or not.
On Thu, 25 Aug 2022 at 08:10, Andy Seaborne <[email protected]> wrote: > Did you create the datasets via the UI or configure them from the > command line? > > For the UI, the configuration is in run/configuration/<dataset>.ttl. > > Andy > > On 24/08/2022 16:46, [email protected] wrote: > > Hey, > > > > I am using Fuseki version 4.5.0 and I would like to run commands via the > UI on the update endpoint. E.g. I would like to run this command: > > > > CLEAR GRAPH <https://km-ps-dev.rd.corpintra.net/namedgraph/rdks/ps/data> > > > > However, I get this error message: > > SPARQL Query: No 'query=' parameter > > Yes - query and update are separate, with different MIME types and > different uses of HTTP. > > > > > My dataset name is test. When I open this dataset in the UI, I can see > this entry in the SPARQL Endpoint field: /test/sparql > > > > This endpoint seems to be there by default. When I enter a different > endpoint (such as /test/update), I still receive the same error message. > > > > I also have a second dataset called test_2, which has this default entry > in SPARQL Endpoint field: /test_2/ > > There I can execute the Clear Graph query from above without any errors. > However, I don't know why these two datasets have different default > endpoints. How can I change them? > > > > I would be very thankful for any help. > > > > Best regards, > > Johannes >
