An error occurred while trying to log into the application.
<p>In my application, I am using Laravel 10 (PHP 8.2) on the backend and ReactJS on the frontend. In the production environment, when trying to log in to any account, the following error is thrown: </p><p>SymfonyComponentHttpFoundationRequest::getPayload(): The return value must be of type SymfonyComponentHttpFoundationInputBag, but the actual returned type is SymfonyComponentHttpFoundationParameterBag. </p><p>This problem only occurs in production environment, on my local computer the application works fine. Do you have any suggestions or solutions? </p><p><br /></p>