You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I’m encountering an error with the package version ^2.0 on a fresh Laravel 10 installation with PHP 8.2. After following the installation steps from README, if I run “php artisan route:cache” it returns the following error:
[ErrorException] Route [spid-auth_do-login] not defined. Environment:
Laravel: 10.x (fresh installation)
PHP: 8.2
italia/spid-laravel: ^2.0
Some useful info:
No additional packages or middleware are installed
routes/web.php contains only the default ‘/’ route provided by Laravel
Expected Behavior
The command php artisan route:cache should complete without errors, and the application should function normally. Actual Behavior
The command fails with the error:
[ErrorException] Route [spid-auth_do-login] not defined.
Related to #88
The text was updated successfully, but these errors were encountered:
Hello,
I’m encountering an error with the package version ^2.0 on a fresh Laravel 10 installation with PHP 8.2. After following the installation steps from README, if I run “php artisan route:cache” it returns the following error:
[ErrorException] Route [spid-auth_do-login] not defined.
Environment:
Some useful info:
Steps to reproduce the error:
Expected Behavior
The command php artisan route:cache should complete without errors, and the application should function normally.
Actual Behavior
The command fails with the error:
[ErrorException] Route [spid-auth_do-login] not defined.
Related to #88
The text was updated successfully, but these errors were encountered: