diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index 2ab826f5731..7c67d54d64a 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -74,6 +74,7 @@ public function handle(): Response try { $this->authorizePostRequest(); + return $this->handlePostRequest(); } catch (HttpException $exception) { if (! $this->isAsync) {