Skip to content

Report expected location of registry backend in UI #5388

Open
@pwright

Description

@pwright

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions