diff --git a/src/Appwrite/Swoole/Request.php b/src/Appwrite/Swoole/Request.php index db9b5ef82a..2be35ad71c 100644 --- a/src/Appwrite/Swoole/Request.php +++ b/src/Appwrite/Swoole/Request.php @@ -310,7 +310,7 @@ class Request extends UtopiaRequest break; default: - $this->payload = $this->swoole->rawContent(); + $this->payload = $this->swoole->post; break; }