Open kinger251285 opened 2 years ago
I have created the token refresh cron as per the guide.
However the token does not refresh and i get an outtage every 60 days.
I have the below in app/console/Kernel.php
protected function schedule(Schedule $schedule) { $schedule->command('instagram-feed:refresh-tokens')->monthly(); }
I have the same problem. Console command doesnt work as expected.
Are you running the scheduler ? php artisan schedule:run via cron? The Laravel Scheduler has to be run for this to work!
php artisan schedule:run
I have created the token refresh cron as per the guide.
However the token does not refresh and i get an outtage every 60 days.
I have the below in app/console/Kernel.php
protected function schedule(Schedule $schedule) { $schedule->command('instagram-feed:refresh-tokens')->monthly(); }