In Laravel 9, I get the following error when I do a composer install.
I don’t know how to solve this problem.
Please help.
$ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Auth0\SDK\Exception\ConfigurationException
Validation of "cookiePath" was unsuccessful
at vendor/auth0/auth0-php/src/Exception/ConfigurationException.php:156
152▕ public static function validationFailed(
153▕ string $propertyName,
154▕ ?\Throwable $previous = null
155▕ ): self {
➜ 156▕ return new self(sprintf(self::MSG_VALIDATION_FAILED, $propertyName), 0, $previous);
157▕ }
158▕
159▕ public static function invalidAlgorithm(
160▕ ?\Throwable $previous = null
+7 vendor frames
8 routes/web.php:52
Illuminate\Support\Facades\Facade::__callStatic()
+3 vendor frames
12 routes/web.php:90
Illuminate\Routing\RouteRegistrar::group()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1