-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Description
Discussed in #2750
Originally posted by ahmgam May 10, 2023
Hello there!
I've been trying to run v-0.12 for hours, it seems that I'm missing something
after getting all containers up, I logged in cli container, then wrote to create an account :
/cli add-user admin zzzzzz admin@example.com
the account is created successfully, now it's namespace turn
/cli add-namespace example admin
I get the following
Error: namespace already exists
Usage:
cli add-namespace [flags]
Flags:
-h, --help help for add-namespace
ERRO[0000] namespace already exists
I don't know where is the problem, mongo is accepting cli connection with no problems, how can I fix this issue?