Patch API not working with Data API from bubble

Hi, I am using Data API in Bubble to export data from bubble database to another third party.

get and post is working but when I am trying to use the PATCH method, I have this error

So, where is the problem?
What steps should I take to solve this problem??
Thanks

Any answer ???

Yes that’s ok, many times there’s no “response” other than a 200 status code.

Select response as Text instead of JSON

Tick where it says capture response headers so you can check for errors conditionally.

That should be enough to solve this.

Thank you very much.

1 Like