eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
17 stars 82 forks source link

EDC-management: "Unauthorized" when fetching assets #66

Closed edwo-dev closed 1 year ago

edwo-dev commented 1 year ago

Bug Report

Describe the Bug

Assests can not be fetched. HTTP Error 401 is thrown (Unauthorized).

Expected Behavior

Assets are fetched and list of assets is shown.

Observed Behavior

  1. Throws error message
  2. Does not fetch and show assets

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Assets'
  2. See error

Context Information

Error Information

Assets_Error

Detailed Description

Response:

[
    {
        "message": "Request could not be authenticated",
        "type": "AuthenticationFailed",
        "path": null,
        "invalidValue": null
    }
]