• i’m workin on localhost and i’m gettin Failed to load resource: the server responded with a status of 404 (Not Found) bootstrap.min.js:1 in console. how can i fix it

    • This topic was modified 4 years, 10 months ago by James Huff. Reason: moved to Localhost Installs since this is a localhost install
Viewing 1 replies (of 1 total)
  • Tyler

    (@tylerthedude)

    Hi there,

    Are you working on a custom theme within your local server environment? This 404 response code just indicates the requested resource from the client (bootstrap.min.css) wasn’t able to be located. WordPress uses a pipeline that’s revolved around enqueuing assets.

    So, if you were adding calls to stylesheets in your header template then you would want to enqueue them instead. This also includes JavaScript files that are being used by the theme/plugin.

    If this is not a custom theme, then look at what’s trying to load the bootstrap stylesheet in the console and try reaching out to the theme/plugin developers.

    Regards,
    Tyler

Viewing 1 replies (of 1 total)
  • The topic ‘getting Failed to load resource error’ is closed to new replies.