-
-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
Description
Using form in LiveComponent throws Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException after #1218
Throws error at LiveComponentSubscriber line 108:
if (!$request->isMethod('post')) {
throw new MethodNotAllowedHttpException(['POST']);
}
No change in code since last composer update, forms worked perfectly before. Didn't found yet why each form field change is sent using GET and not POST.

