"Failed to run query: Failed to fetch"

I face a rather specific issue running queries within Stardog Studio for my Stardog Server: Each query containing a SELECT statement fails with the following message "Failed ot run query: Failed to fetch". I have tried using various browsers.

Things I have tried that ARE working just fine:

  • SELECT (and other) Queries using the CLI ("live", stored queries; "remote" CLI and CLI on server)
  • SELECT (and other) Queries using the API
  • Using "DataExploration" -> "Show Viz" -> Run the resuling CONSTRUCT query
  • SELECT statements for my localhost server from within Studio
  • SELECT statements for Stardog Express from within Studio

I am lost ... one thing to note is that the actual Stardog server runs on http rather than https ...

one thing to note is that the actual Stardog server runs on http rather than https ...

Are you accessing Studio at http://stardog.studio or https://stardog.studio? If your endpoint is HTTP, then you should use the http:// Studio URL.

1 Like

Arg ... right, I did use https:// indeed. Using http://stardog.studio does solve the problem. Thanks a lot!

1 Like