REST multipart form requests not working
jgoelten opened this issue · 3 comments
jgoelten commented
Describe the bug
The multipart request type does not work properly for any kind of request. Selecting Multipart
from the drop-down leads to an empty page.
To Reproduce
Steps to reproduce the behavior:
- Create a new operation of type REST
- Select
Multipart
as the content type - The panel for adding new parts remains empty
Expected behavior
After selecting Multipart
the user should be able to configure parts as described from the docs https://kreya.app/docs/operations/#rest-multipart-form-requests
Environment (if possible, copy the information from the error dialog or the About menu):
{
"kreyaVersion": "1.14.0",
"releaseChannel": "stable",
"osDescription": "Microsoft Windows 10.0.19045",
"osVersion": "Microsoft Windows NT 10.0.19045.0",
"osArch": "X64",
"processArch": "X64",
"runtimeIdentifier": "win-x64",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0"
}
ni507 commented
This has been fixed in the latest beta version and will be released in the next stable version
jgoelten commented
Looks good now on beta branch, thanks for the quick fix!
CommonGuy commented
Kreya 1.15 has just been released, which fixes this bug.