I am using Laravel 10 (php 8.2) in my application as backend, and ReactJS as frontend, in production when I am trying to login, into any account, it's throwing an error.
Below is the error that is displaying.
Symfony\Component\HttpFoundation\Request::getPayload(): Return value must be of type Symfony\Component\HttpFoundation\InputBag, Symfony\Component\HttpFoundation\ParameterBag returned
This occurs only in production, but the application works fine in my local PC. Any suggestions, what needs to be done ?
source https://stackoverflow.com/questions/76768762/error-when-trying-to-log-in-into-application
No comments:
Post a Comment