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

EDC-management: "Bad Request" when creating an asset #47

Closed
edwo-dev opened this issue Aug 18, 2023 · 1 comment · Fixed by #52
Closed

EDC-management: "Bad Request" when creating an asset #47

edwo-dev opened this issue Aug 18, 2023 · 1 comment · Fixed by #52

Comments

@edwo-dev
Copy link
Contributor

Bug Report

Describe the Bug

Asset can not be created. 'Bad Request' error is thrown.
Inserted information is valid and blob file exists.

Expected Behavior

  1. Creates asset

Observed Behavior

  1. Throws error message
  2. Does not create asset

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Assets'
  2. Click on 'Create asset'
  3. Insert asset information
  4. Click 'create'
  5. See error

Context Information

  • Used version [DataDashboard 2023-18-08]
  • OS: [Windows/CentOS7]

Error Information

zone.js:2680 POST http://localhost:9191/api/management/v3/assets 400 (Bad Request)

{ "headers": { "normalizedNames": {}, "lazyUpdate": null }, "status": 400, "statusText": "Bad Request", "url": "http://localhost:9191/api/management/v3/assets", "ok": false, "name": "HttpErrorResponse", "message": "Http failure response for http://localhost:9191/api/management/v3/assets: 400 Bad Request", "error": { "servlet": "EDC-management", "message": "Bad Request", "url": "/api/management/v3/assets", "status": "400" } }

Detailed Description

error-1 error-2
@ndr-brt
Copy link
Member

ndr-brt commented Aug 21, 2023

Thanks for reporting, yes, the current client implementation seems not to work very well, I think #38 could solve all this kind of issues quite easily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants