Skip to content

WebJar Configuration Issue - NoResourceFoundException - created-by-agentic #354

@shaykeren

Description

@shaykeren

Issue Description

NoResourceFoundException occurs when trying to load Bootstrap bundle (bootstrap/5.2.3/dist/js/bootstrap.bundle.min.js) due to a mismatch between the WebJar NPM artifact path structure and the expected resource path.

Root Cause

The application is using the org.webjars.npm dependency for Bootstrap, which has a different path structure than what the application expects.

Solution

A pull request (#353) has been created to fix this issue by:

  1. Changing the Bootstrap WebJar dependency from org.webjars.npm to org.webjars
  2. Maintaining the same version (${webjars-bootstrap.version})

This change will ensure the correct path structure for Bootstrap resources, resolving the NoResourceFoundException.

Related Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions