Closed luciocodeigniter closed 2 years ago
hello @luciocodeigniter can you share more detail input from browser?
this issue from this controller
Thanks for the feedback!
Follow debug (dd) in the post and in the mentioned method:
Just to complement,
I found a similar case on the web and the solution followed as follows.
Note: I applied what is mentioned in the following link and it seems to me that it fixed it.
Anyway, I'd like to know your opinion:
How it turned out:
// see: https://bytemeta.vip/repo/lonnieezell/myth-auth/issues/378
return strtolower(Str::extractName($this->request->getPost('email'))) . '_' . str_replace("::", "", md5($this->request->getIPAddress()));
I'm getting the error below when trying to login:
InvalidArgumentException Cache key contains reserved characters {}()/\@:
Below is an image of the error:
Setting my environment: