Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token Refresh Cron Instructions not refreshing Token #65

Open
kinger251285 opened this issue Nov 8, 2022 · 2 comments
Open

Token Refresh Cron Instructions not refreshing Token #65

kinger251285 opened this issue Nov 8, 2022 · 2 comments

Comments

@kinger251285
Copy link

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
Copy link

dmanva commented Dec 13, 2022

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

@felix-exon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants