Skip to content
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

Report expected location of registry backend in UI #5388

Open
pwright opened this issue Oct 23, 2024 · 1 comment
Open

Report expected location of registry backend in UI #5388

pwright opened this issue Oct 23, 2024 · 1 comment

Comments

@pwright
Copy link
Contributor

pwright commented Oct 23, 2024

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:
image

Proposed Solution

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": {}
};

Additional Context

@apicurio-bot
Copy link

apicurio-bot bot commented Oct 23, 2024

Thank you for reporting an issue!

Pinging @EricWittmann to respond or triage.

@apicurio-bot apicurio-bot bot added the area/ui label Oct 23, 2024
@EricWittmann EricWittmann moved this to Backlog in Registry 3.0 Oct 24, 2024
@EricWittmann EricWittmann added this to the 3.0.4 milestone Oct 24, 2024
@EricWittmann EricWittmann self-assigned this Nov 5, 2024
@EricWittmann EricWittmann modified the milestones: 3.0.4, 3.0.5 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants