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
11.38.0
8.3.x
No response
Redirect-routes are broken. It throws the 'Invalid route action:' error since the class resolves to an unknown class.
This PR seems to break it: #54134
Make a redirect in your routes..
The text was updated successfully, but these errors were encountered:
The class should exist and the namespace is prefixed with \, so it should be absolute 🤔
\
https://github.com/laravel/framework/blob/11.x/src/Illuminate/Routing/RedirectController.php
Sorry, something went wrong.
Something weird is happening indeed - automated Shift reports this error:
Invalid route action: [Laravel\Nova\Http\Controllers\Illuminate\Routing\RedirectController].
same here
Invalid route action: [App\Http\Controllers\Illuminate\Routing\ViewController].
Successfully merging a pull request may close this issue.
Laravel Version
11.38.0
PHP Version
8.3.x
Database Driver & Version
No response
Description
Redirect-routes are broken. It throws the 'Invalid route action:' error since the class resolves to an unknown class.
This PR seems to break it: #54134
Steps To Reproduce
Make a redirect in your routes..
The text was updated successfully, but these errors were encountered: