Route not found after creating a second Panel

I created a new panel using the php artisan make:filament-panel users command

After adding the service provider to config.app

App\Providers\Filament\UsersPanelProvider::class

I am getting the following error

Route [filament.app.resources.users.index] not defined.

What am I missing?
Solution
it colides with the url of the panel?
Was this page helpful?