API action does not send DELETE method when using Beta channel

Wappler Version: 6.0.3 - Beta channel
Operating System: Windows 11
Server Model: node
Database Type: postgres
Hosting Type: docker

Expected behavior

The API action should send the DELETE method when set to delete

image

Actual behavior

When using the Beta channel the only method sent is GET. Setting POST, PATCH, PUT, or DELETE in the API action does not appropriately change the method. So anyone using Beta channel will not be able to use API actions for anything other than GET actions at the moment.

How to reproduce

  1. Create an API action when using Beta channel and set mode to DELETE.
  2. Trigger it and view the method sent in browser developer console.

Please test with this update: dmxAppConnect.js.zip (116.7 KB)

Thanks @patrick. That appears to correct the issue.

Fixed in Wappler 6.0.4

This topic was automatically closed after 46 hours. New replies are no longer allowed.