riok/Kreya

REST multipart form requests not working

jgoelten opened this issue · 3 comments

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:

  1. Create a new operation of type REST
  2. Select Multipart as the content type
  3. 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

Screenshots
2024-05-28_10h18_49

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"
}

This has been fixed in the latest beta version and will be released in the next stable version

Looks good now on beta branch, thanks for the quick fix!

Kreya 1.15 has just been released, which fixes this bug.