nova-page
nova-page copied to clipboard
Conflict with cached routes
The Nova Pages tool doesn't load correctly when routes are cached with php artisan route:cache
.
Steps to reproduce:
- Load Nova, navigate to Pages tool. The tool load correctly.
- Run
php artisan route:cache
. - Reload the tool. The tool does not load correctly.
- Clear cached routes with
php artisan route:clear
. - Reload the tool. The tool loads correctly again.
From my debugging, appears as if the original Nova routes are used when caching is enabled which is giving a dependency injection error.