Giter Site home page Giter Site logo

Comments (6)

Rezrazi avatar Rezrazi commented on September 27, 2024

I'm unable to reproduce, please check your app configuration and that you are running the latest version of the package.
Otherwise, can you please create a reproduction repo ?

from nova-file-manager.

piotrh052b avatar piotrh052b commented on September 27, 2024

The error seems to only occur on Windows machines.
I installed this package on production server with linux and there everything works as expected.
Are you able to check this error on Windows ? I'm using Laragon for development purposes.

from nova-file-manager.

Rezrazi avatar Rezrazi commented on September 27, 2024

Using the package should not be dependent on which platform you're on.
Sadly I'm unable to test on a Windows machine.
I would strongly recommend you double check your environment setup and your hosts with Laragon.

from nova-file-manager.

piotrh052b avatar piotrh052b commented on September 27, 2024

I think I found the source of the problem.

In web.php i have route:
Route::get('/{slug?}', [PageController::class, 'show']) ->where('slug', '.+') ->name('page__show');

If I remove this code then the tool works as it should.

Greetings and thanks for your support.

from nova-file-manager.

Rezrazi avatar Rezrazi commented on September 27, 2024

Glad you were able to resolve it. Cheers

from nova-file-manager.

InfoSimoneGiusti avatar InfoSimoneGiusti commented on September 27, 2024

Hello guys, i had the same problem and i has found the solution.

In ToolServiceProvider.php of this plugins, you should move:

$this->routes(); call from boot() method to register() method.

If during next days i have some free times, i will send a PR with fix.

from nova-file-manager.

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.