Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Dataspace Connector UI connection ERROR #313

@itachiliu

Description

@itachiliu

Hello, I installed the dataspace connector and the dataspace connectorUI as instructed. Here's how:

dataspace connector:
docker run -p 8080:8080 --name connector ghcr.io/international-data-spaces-association/dataspace-connector:latest

dataspace connectorUI:

sudo docker build -t dataspace-connector-ui .
sudo docker-compose up

and the docker build hint:
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it
npm WARN backend@1.0.1 No description
npm WARN backend@1.0.1 No repository field.

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

but it build and execute successfully.

image

Next step, I access the localhost:8083, there are some error int the website:
image

the log show :
image

Then I access 'https://admin:password@localhost:8080/api/configurations' by website, it succeed.
image

Error: connect ECONNREFUSED 127.0.0.1:8080

So, what's wrong with my option and how to solve it,can you help me?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions