GET http://127.0.0.1:8000/nova/dashboards/main 404 (Not Found)
app.js:416 [NOVA] Initiating Nova countdown...
app.js:416 [NOVA] We have lift off!
nova-inline-relationship:1 Uncaught TypeError: window.Vue.component is not a function
at Module.fb15 (nova-inline-relationship:1:124850)
at n (nova-inline-relationship:1:90003)
at t.exports.02f4 (nova-inline-relationship:1:90802)
at Object.<anonymous> (nova-inline-relationship:1:90816)
at n (nova-inline-relationship:1:110)
at Object.<anonymous> (nova-inline-relationship:1:5597)
at n (nova-inline-relationship:1:110)
at Object.<anonymous> (nova-inline-relationship:1:5445)
at n (nova-inline-relationship:1:110)
at nova-inline-relationship:1:1466
Target class [App\Http\Controllers\API\
] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:879
875|
876| try {
877| $reflector = new ReflectionClass($concrete);
878| } catch (ReflectionException $e) {
879| throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
880| }
881|
882| // If the type is not instantiable, the developer is attempting to resolve
883| // an abstract type such as an Interface or Abstract Class and there is
Description:
Composer.json
`
Detailed steps to reproduce the issue on a fresh Nova installation:
when ever I hit http://127.0.0.1:8000/nova/dashboards/main it throws below error.
And in terminal When I hit artisan command
Php artisan route:list it give the error
` Illuminate\Contracts\Container\BindingResolutionException
Target class [App\Http\Controllers\API\ ] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:879 875| 876| try { 877| $reflector = new ReflectionClass($concrete); 878| } catch (ReflectionException $e) {
1 [internal]:0 Illuminate\Foundation\Console\RouteListCommand::Illuminate\Foundation\Console{closure}(Object(Illuminate\Routing\Route))
15 [internal]:0 Illuminate\Foundation\Console\RouteListCommand::Illuminate\Foundation\Console{closure}(Object(Illuminate\Routing\Route))`
I have tried every thing.
add novaserviceprovide in config/app.php file also. clear all cache hit command for it. composer dump-autoload tried
nothing works for me.