- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-05-2024 01:24 AM - edited 09-05-2024 01:25 AM
Hi,
I would like to inform you about an issue I encountered while creating and provisioning a project. I enabled the "Projects" feature, and during configuration, I mistakenly set the Supervisor Address to https://localhost:8083
and filled in my admin credentials. However, upon trying to access https://localhost:8083
in the browser, I encountered an error indicating "too many redirects."
I realized that the Supervisor Address configuration was incorrect and needed to be reset. Unfortunately, I was unable to log in due to the redirect error. To resolve this, I used the API service to reset the settings to their default configuration. The command I used is as follows:
curl -k \
-u admin \
-X POST \
-H 'Content-Type:application/json' \
-d '{"master":false, "redirectURL":""}' \
https://localhost:8083/api/v1/settings/projects
Please enter your password for the CLI interface. After executing the API command, the incorrect configuration was resolved, allowing me to log in successfully. I then proceeded to delete the project settings that had been causing the issue.
Best regards,
Fahri
09-11-2024 01:22 AM - edited 09-11-2024 01:23 AM
@F.Cetin ,
@F.Cetin wrote:
Hi,
I would like to inform you about an issue I encountered while creating and provisioning a project. I enabled the "Projects" feature, and during configuration, I mistakenly set the Supervisor Address to
https://localhost:8083
and filled in my admin credentials. However, upon trying to accesshttps://localhost:8083
in the browser, I encountered an error indicating "too many redirects."I realized that the Supervisor Address configuration was incorrect and needed to be reset. Unfortunately, I was unable to log in due to the redirect error. To resolve this, I used the API service to reset the settings to their default configuration. The command I used is as follows:
curl -k \ -u admin \ -X POST \ -H 'Content-Type:application/json' \ -d '{"master":false, "redirectURL":""}' \ https://localhost:8083/api/v1/settings/projects
Please enter your password for the CLI interface. After executing the API command, the incorrect configuration was resolved, allowing me to log in successfully. I then proceeded to delete the project settings that had been causing the issue.
Best regards,
Fahri
That's awesome !
Thanks for providing this solution.
Kind regards,
-Kim.
09-11-2024 01:22 AM - edited 09-11-2024 01:23 AM
@F.Cetin ,
@F.Cetin wrote:
Hi,
I would like to inform you about an issue I encountered while creating and provisioning a project. I enabled the "Projects" feature, and during configuration, I mistakenly set the Supervisor Address to
https://localhost:8083
and filled in my admin credentials. However, upon trying to accesshttps://localhost:8083
in the browser, I encountered an error indicating "too many redirects."I realized that the Supervisor Address configuration was incorrect and needed to be reset. Unfortunately, I was unable to log in due to the redirect error. To resolve this, I used the API service to reset the settings to their default configuration. The command I used is as follows:
curl -k \ -u admin \ -X POST \ -H 'Content-Type:application/json' \ -d '{"master":false, "redirectURL":""}' \ https://localhost:8083/api/v1/settings/projects
Please enter your password for the CLI interface. After executing the API command, the incorrect configuration was resolved, allowing me to log in successfully. I then proceeded to delete the project settings that had been causing the issue.
Best regards,
Fahri
That's awesome !
Thanks for providing this solution.
Kind regards,
-Kim.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!