arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Studio not found

Open ismaeladra opened this issue 1 year ago • 1 comments

ArcadeDB Version: 24.1.1

OS and JDK Version:

Windows Server 2019 , JDK11

Expected behavior

on version 23.7.1 when the embedded database starts i can open the studio from the browser so on version 24.1.1 it should be the same

Actual behavior

studio URL is responding with 404

is there any new updates or configurations ? noting that i have the database embedded in my Sprignboot Application

ismaeladra avatar Feb 13 '24 07:02 ismaeladra

We separated Studio into its own file, separated from the server. You can find it in the libs path as arcadedb-studio-<version>.jar. You can just put it in your classpath and should work.

lvca avatar Feb 13 '24 15:02 lvca