iOS issues: Web.Delete sends 'Get' request instead of Delete

Hi,

I found that Web.Delete block didn't work in iOS. This is the screenshot of my DELETE button blocks:

So I launched a mock server to receive all the request and check.
However, web block sent different request in Android and iOS:

Android sent 'Delete' :white_check_mark:

iOS sent 'GET' :x:

It seems that something wrong with the Web.Delete in iOS while the Android way operates as expected.

Is there any other way to fix the problem temporarily?

This is a known issue in the version on the App Store. The version on TestFlight should resolve the problem. Can you confirm which version you are testing with?

I tested on the TestFlight 2.74.

I've pushed a new version to TestFlight: 2.74 build 49. This has a logic change in the Web component that should fix the issue with Delete being sent as Get.

Thank you so much! The new version works successfully now!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.