Update your NovaServiceProvider.php:
protected function gate()
{
Gate::define('viewNova', function ($user = null) {
return true;
});
}
Also, check the following:
1. Clear cache: php artisan cache:clear
2. Clear config: php artisan config:clear
3. Check permissions on the storage directory