riok / Kreya

Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
https://kreya.app
279 stars 5 forks source link

REST multipart form requests not working #231

Closed jgoelten closed 3 weeks ago

jgoelten commented 1 month ago

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"
}
ni507 commented 1 month ago

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

jgoelten commented 1 month ago

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

CommonGuy commented 3 weeks ago

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