I'm trying to create a new DB through stardog-studio 3.3.2 but once I've connected to my stardog-server 7.9.1 I get the following error:
Failed to create "Pia": <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.19.10</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page --> (Not Allowed)```
I've tried hosting the stardog server both via docker and by installing the binary and starting the server using the command: "stardog-admin server start".
Both methods result in the following console message:
************************************************************
This is a Enterprise license
This license will expire in 296 days on Fri Apr 14 14:39:41 CEST 2023
************************************************************
Stardog server 7.9.1 started on Wed Jun 22 10:19:58 CEST 2022.
Stardog server is listening on all network interfaces.
HTTP server available at http://localhost:5820.
STARDOG=/opt/stardog/bin/..
STARDOG_HOME=/home/user/stardog_home/
I'm working on an Oracle Virtualbox 6.1 running ubuntu:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"
I'm using Chrome to interact with stardog-studio:
Version 101.0.4951.64 (Official Build) (64-bit)
I've tried running both stardog and stardog-studio as root user, but chrome I've not launched using sudo or as the root user.