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
When you first run yarn start the docker container does not yet exist and must be created. The check for the existence of the docker container results in this message:
Error: No such object: syllogio_gremlin
Since this is not an actual error state, this message is confusing and should be replaced with something like Initializing local datastore... or something of the like.
The text was updated successfully, but these errors were encountered:
When you first run
yarn start
the docker container does not yet exist and must be created. The check for the existence of the docker container results in this message:Since this is not an actual error state, this message is confusing and should be replaced with something like
Initializing local datastore...
or something of the like.The text was updated successfully, but these errors were encountered: