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

Missing required parameter for [Route: filament.admin.pages.dashboard] [URI: admin/{tenant}] [Missing parameter: tenant]. #15

Open
zxstudio-llc opened this issue May 14, 2024 · 0 comments

Comments

@zxstudio-llc
Copy link

Hello dear developer, try the installation with "php artisan filament-access-management:install
" but it returns this error, I am working with multitenancy, any suggestions to resolve this error

php artisan filament-access-management:install

Publishing config...
Publishing migrations...
filament-access-management has been installed!

INFO Running migrations.

2024_05_14_164524_create_filament_admin_tables ..... 458.20ms DONE

INFO Seeding database.

INFO Seeding database.

Illuminate\Routing\Exceptions\UrlGenerationException

Missing required parameter for [Route: filament.admin.pages.dashboard] [URI: admin/{tenant}] [Missing parameter: tenant].

at vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php:35
31▕ }
32▕
33▕ $message .= '.';
34▕
➜ 35▕ return new static($message);
36▕ }
37▕ }
38▕

  +8 vendor frames

9 [internal]:0
SolutionForest\FilamentAccessManagement\Database\Seeders\NavigationSeeder::SolutionForest\FilamentAccessManagement\Database\Seeders{closure}("Filament\Pages\Dashboard")
+38 vendor frames

48 artisan:13
Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

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

1 participant