-
Notifications
You must be signed in to change notification settings - Fork 18
Dataspace Connector UI connection ERROR #313
Description
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.
Next step, I access the localhost:8083, there are some error int the website:

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

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.

