-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cds ui failing to start services #5264
Comments
the INIT_TOKEN is not linked to the .cdsrc file. INIT_TOKEN variable have to be used to register the first user. With INIT_TOKEN, the first user will be admin and all services (as ui in your case) will be enable. |
Did you try to start the ui after the cdsctl with INIT_TOKEN ? export INIT_TOKEN= then start ui |
Thanks Yesnault for explaining the INIT TOKEN part. Yes, I did try the export INIT_TOKEN=./cds-engine config init-token --config conf.toml Note: 2.Also you can see in the CDS Api screenshot I have attached you can see 404 https status code while trying auth/consumer/built-in/signin request.. 3.Cdsrc files has "session" and "token" where are these used when it comes to launching the CDS UI.. Is it linked to CDS API or UI.. Any explanation would really help in resolving this issue. Thanks a lot in advance... |
ok. So, after cdsctl signup, you have to:
Did you run the |
close #5264 Signed-off-by: Yvonnick Esnault <[email protected]>
Without explanations (but following the doc) Open a terminal, to download last release, run redis/PG, configure and start UI.
open another terminal to signup, validate and start the ui
|
Thanks Yesnault it worked.! :) the verify |
Hi all,
I am trying to install CDS using binaries from the official CDS documentation(https://ovh.github.io/cds/hosting/ready-to-run/from-binaries/) but while executing the command "./cds-engine start ui --config conf.toml." . It is throwing error as "Unable to start service"
:
Also I have attached the CDS API for reference:
Please find screenshots attached.
Also i followed the instruction provided in this link 👍 #4994 (comment) but could not resolve this problem. one more query i have is in .cdsrc file inside I see two variables "session" and "token" . how does this token related to INIT_TOKEN we set while launching CDS signup and CDS UI section.
Kindly let me know if i am missing something.
The text was updated successfully, but these errors were encountered: