An error occurred while trying to log into the application.
P粉775723722
2023-07-26 16:24:04
<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>
Had the same problem, probably due to a package update, but haven't found the correct solution yet.