Dymantic / laravel-instagram-feed

147 stars 51 forks source link

Token Refresh Cron Instructions not refreshing Token #65

Open kinger251285 opened 1 year ago

kinger251285 commented 1 year 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(); }

dmanva commented 1 year ago

I have the same problem. Console command doesnt work as expected.

felix-exon commented 1 year ago

Are you running the scheduler ? php artisan schedule:run via cron? The Laravel Scheduler has to be run for this to work!