Coder Social home page Coder Social logo

Comments (2)

magarrent avatar magarrent commented on May 27, 2024

Hmmm okay, after all morning trying to find out what happened...

I noticed that the 404 was an NGINX 404, not a laravel, so the request never arrived to the laravel application.

The reason:
In my /etc/nginx/nginxconfig.io/general.conf I configured a cache for assets:

# assets, media
location ~* \.(?:css(\.map)?|js(\.map)?|jpe?g|png|gif|ico|cur|heic|webp|tiff?|mp3|m4a|aac|ogg|midi?|wav|mp4|mov|webm|mpe?g|avi|ogv|flv|wmv)$ {
    expires 7d;
}

The JS URL ends in .js so that's why it never ends in the laravel application and stops in the Nginx.

@rawilk I think we should think about changing the way the package loads that js, maybe include in the Vite.js and compile it? Something like this?

from laravel-form-components.

rawilk avatar rawilk commented on May 27, 2024

The package handles this file the same way that Laravel Livewire handles its JS file that it loads. As far as I know, there shouldn't be any issues hitting the controller for that route unless your server isn't configured correctly. Personally, I haven't had any issues with it like this.

If you have issues with the external script loading, you could stop trying to load it with the @fcJavaScript directive, and instead import the source into your own js and compile it that way, but that's a measure that shouldn't ordinarily have to be taken.

from laravel-form-components.

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.