Incorrectly loaded JavaScript file triggers 404 errors

Created on 24 February 2025, about 1 month ago
Updated 27 February 2025, about 1 month ago

Problem/Motivation

If your instance of Drupal 10 is installed in a subfolder (for example: domain.tld/drupal), Klaro will trigger 404 errors because it tries to load a JavaScript file located at domain.tld/js/klaro_placeholder.js instead of domain.tld/drupal/js/klaro_placeholder.js.

Steps to reproduce

  • Install Drupal in a subfolder (domain.tld/drupal)
  • Install and configure Klaro

You will notice a 404 error for /js/klaro_placeholder.js

Proposed resolution

in /src/KlaroJsCollectionRenderer.php :

Change line 31
$modulePath = '/' . \Drupal::service('extension.list.module')->getPath('klaro');

The '/' at the beginning of the line should be replaced with something that takes into the account the possibility of Drupal being installed in a subfolder. I'm not familiar with this part of Drupal core, but maybe the code below could work?

\Drupal::urlGenerator()->generateFromRoute('<front>', [], ['absolute' => TRUE])

Remaining tasks

Updating the code in /src/KlaroJsCollectionRenderer.php.

User interface changes

None

API changes

None

Data model changes

None

๐Ÿ› Bug report
Status

Active

Version

3.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024