constellation icon indicating copy to clipboard operation
constellation copied to clipboard

Start REST Server not creating the required files

Open nchristensen44 opened this issue 3 months ago • 2 comments

Prerequisites

X

Description

When creating a REST server the two files required:

$HOME/.ipython/Constellation_client.py - this is a Python module that provides a convenient interface to the REST API. In general, it does not change from day to day. $HOME/.CONSTELLATION/rest.json - this file contains a secret that the client must use when communicating with the server. This stops another client on the same system from hijacking the server.

aren't appearing. The server is being created and the local host 1517 has been established but no sign of the other two files. I have found the .py file on the Constellation Github but no sign of rest.json.

I am new to constellation so I may be following the wrong procedure.

Steps to Reproduce

On the constellation app use the tools drop down and select the 'start REST Server'

nchristensen44 avatar Mar 26 '24 03:03 nchristensen44