You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know I'm in the early stages, so the documentation is probably not quite complete yet. I manually had to create the team "terminusCR", otherwise the change requests got an error:
2023-07-18 22:17:44 DEBUG 2023-07-18T20:17:44.931Z the change request db already exists API Error @type api:DbCreateErrorResponse api:message Unknown organization name: terminusCR api:status api:not_found Code: 404 url: http://terminusdb-server:6363/api/db/terminusCR/devs__KaPNetDB__CR
So I looked in the docker-compose.yml and saw the entry for the environment variable CR_TEAM_NAME=terminusCR. Can this name be some existing team, or is this necessary to keep it that way, because otherwise it would interfere with the teams databases?
The text was updated successfully, but these errors were encountered:
we removed the CR_TEAM_NAME variable in dockers compose configuration.
the terminusCR team will be the default team for CR, it will be created automatically if it does not exists.
we are release a new version very soon
I know I'm in the early stages, so the documentation is probably not quite complete yet. I manually had to create the team "terminusCR", otherwise the change requests got an error:
So I looked in the docker-compose.yml and saw the entry for the environment variable CR_TEAM_NAME=terminusCR. Can this name be some existing team, or is this necessary to keep it that way, because otherwise it would interfere with the teams databases?
The text was updated successfully, but these errors were encountered: