We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With v3, there is the possibility of users not configuring the UI correctly and getting message:
Connection to the Registry server failed (could not reach the server). Please check your connection and try again, or report this error to an admin.
When clicking help, this modal is displayed:
On one of the screens, show the user the current configuration, ie where the UI expects to connect to, eg localhost:8080
$ more /opt/app-root/src/config.js const ApicurioRegistryConfig = { "artifacts": { "url": "http://localhost:8080/apis/registry/v3" }, "ui": {}, "auth": {}, "features": {} };
The text was updated successfully, but these errors were encountered:
Thank you for reporting an issue!
Pinging @EricWittmann to respond or triage.
Sorry, something went wrong.
EricWittmann
No branches or pull requests
Feature or Problem Description
With v3, there is the possibility of users not configuring the UI correctly and getting message:
Connection to the Registry server failed (could not reach the server). Please check your connection and try again, or report this error to an admin.
When clicking help, this modal is displayed:
Proposed Solution
On one of the screens, show the user the current configuration, ie where the UI expects to connect to, eg localhost:8080
Additional Context
The text was updated successfully, but these errors were encountered: