Giter Site home page Giter Site logo

Comments (4)

htownson avatar htownson commented on May 14, 2024

I had this issue as well after upgrading to Laravel 5.8 & Nova 2.

Nova now has a config file. If you haven't got it already, publish it with
php artisan vendor:publish --tag=filemanager-config

This fixed it for me.

from nova-filemanager.

marcreichel avatar marcreichel commented on May 14, 2024

Hm. Well, I've started the project with Laravel 5.8 & Nova 2 and also already published the config file. So that didn't fixed it for me 😅

from nova-filemanager.

Krato avatar Krato commented on May 14, 2024

Please, can you check the console errors in Development tools? Thanks

from nova-filemanager.

marcreichel avatar marcreichel commented on May 14, 2024

Well. Fixed it myself. I've overwritten the nova-vendor-route by mistake with a custom wildcard-route. Therefore a 404 error was thrown in the dev tools.
Fixed it by providing the following code in the boot()-method of my RouteServiceProviders:

Route::pattern('path', '^(?!nova|nova-api|nova-vendor).*$');

I think nova should register its routes before anything else and not after the custom routes to prevent collisions like this 🤷‍♂ But that's another topic and probably not for this thread 😄

from nova-filemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.