Actions
Issue #4472
closedRelative_path error when uploading a file
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
If you follow the docs to upload a file and create an rpm, you get the following error:
HTTP/1.1 400 Bad Request
Allow: GET, POST, HEAD, OPTIONS
Content-Length: 46
Content-Type: application/json
Date: Tue, 26 Feb 2019 09:27:59 GMT
Server: WSGIServer/0.2 CPython/3.7.2
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
{
"_relative_path": [
"This field is required."
]
}
We need to update our code based on https://pulp.plan.io/issues/4394.
Files
Related issues
Actions
Fixing package upload
Fixing package upload after changes from https://pulp.plan.io/issues/4394.
fixes #4472 https://pulp.plan.io/issues/4472