Actions
Bug #31949
closedUnable to create repositories in Pulp 3 mode with Firefox as the browser - username : This field may not be blank.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1918463
1. Setup Satellite 6.9 with Pulp 3 mode
2. Attempt to create a yum repository, get stuck with error:
Error message: the server returns an error
HTTP status code: 400
Response headers: {"Date"=>"Wed, 20 Jan 2021 18:57:36 GMT", "Server"=>"gunicorn/20.0.4", "Content-Type"=>"application/json", "Vary"=>"Accept,Cookie", "Allow"=>"GET, POST, HEAD, OPTIONS", "X-Frame-Options"=>"SAMEORIGIN", "Content-Length"=>"89", "Via"=>"1.1 sat-r220-07.lab.eng.rdu2.redhat.com", "Connection"=>"close"}
Response body: {"username":["This field may not be blank."],"password":["This field may not be blank."]}
This is discussed upstream as well:
it works fine in Chrome
Actions