You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Content-Type header of our POST and PUT requests is set to text/plain.
v1.0.0 of Raiden was not complaining of the wrongly set header. The new v1.0.1 client returns {"errors":"JSON payload expected"} in that case. So all POST and PUT requests are failing from the WebUI.
I couldn't find what commit caused this change in the client, but this should get fixed in the WebUI anyway.
Expected behavior
The Content-Type header of our POST and PUT requests should get set to application/json.
System
Raiden: v1.0.1
WebUI: v1.0.0
Environment: development
Network: Görli
User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The
Content-Type
header of our POST and PUT requests is set totext/plain
.v1.0.0 of Raiden was not complaining of the wrongly set header. The new v1.0.1 client returns
{"errors":"JSON payload expected"}
in that case. So all POST and PUT requests are failing from the WebUI.I couldn't find what commit caused this change in the client, but this should get fixed in the WebUI anyway.
Expected behavior
The
Content-Type
header of our POST and PUT requests should get set toapplication/json
.System
The text was updated successfully, but these errors were encountered: