We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Asset can not be created. 'Bad Request' error is thrown. Inserted information is valid and blob file exists.
Steps to reproduce the behavior:
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" } }
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
AssetService
Successfully merging a pull request may close this issue.
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
Observed Behavior
Steps to Reproduce
Steps to reproduce the behavior:
Context Information
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
The text was updated successfully, but these errors were encountered: