Open uscamayta1986 opened 7 years ago
@uscamayta1986 Can you tell me your solution? Cheers
Cheers, it worked.
Unfortunately I don't have a timezone
declaration anywhere in Lumen.
It seems to be that this issue has emerged after running composer update
. But this seems strange since all my dependencies' version definitions are explicit, except a loose 5.2.*
for the Lumen framework.
Guess I will have to pull back the composer.lock
and vendor
folder manually from my working production environment until more info on a fix / cause is understood.
I also don't see any errors / exceptions being thrown when calling ::refresh()
. The request simply hangs, then times out after a while with no response.
Guys
any fix here, i also face same problem
@Walk-Code whats the solution?
update nesbot/carbon to ^1.39.
composer require nesbot/carbon:^1.39
it work for me.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I'm using jwt.auth 0.5.10 in Laravel 5.1 , when I change 'timezone' => 'America/Lima' in (app/config) of Laravel. And then I try to use invalidate() method of jwt eg:
In Laravel
The following error occurs:
Here the image of the error: https://goo.gl/photos/VR5JbwXpaJuiWLRk7
Note: With the timezone => 'UTC' that comes by default in laravel, no error occurs and everything works perfect.