Closed
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.