We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I'm unable to run php artisan route:cache because there are 2 routes with the name oauth.callback
php artisan route:cache
oauth.callback
I believe it happened in this commit yesterday:
https://github.com/joelbutcher/socialstream/blob/4.x/routes/socialstream.php#L13-L14
Both the Route::get and Route::post are named oauth.callback
Route::get
Route::post
To Reproduce Steps to reproduce the behavior:
Expected behavior Caching works
Screenshots
Environment context
The text was updated successfully, but these errors were encountered:
Thanks! I've patched with v4.4.4
Sorry, something went wrong.
Hi @joelbutcher,
After updating to Socialstream v5.2, the php artisan route:cache still fails due to duplicate route names for oauth.callback.
Environment:
Socialstream v5.2 Laravel v10 PHP v8.2
@neopheus can you test the changes made in this PR to see if this resolves the issue for you?
Yes You can validate the PR
No branches or pull requests
Describe the bug
I'm unable to run
php artisan route:cache
because there are 2 routes with the nameoauth.callback
I believe it happened in this commit yesterday:
https://github.com/joelbutcher/socialstream/blob/4.x/routes/socialstream.php#L13-L14
Both the
Route::get
andRoute::post
are namedoauth.callback
To Reproduce
Steps to reproduce the behavior:
php artisan route:cache
Expected behavior
Caching works
Screenshots
Environment context
The text was updated successfully, but these errors were encountered: