Defect #44397
openFailed to register quote_reply_controller
Description
My name is Soren Stoutner. I am the maintainer of the Debian Redmine package.
https://tracker.debian.org/pkg/redmine
I have recently prepared the 6.1.3 package, but in testing I receive the following error in the browser's developer console:
Failed to register controller: quote-reply (controllers/quote_reply_controller) TypeError: Failed to resolve module specifier "@rails/request.js". Relative references must start with either "/", "./", or "../".
stimulus-loading-25917588.js:26
This error appears to be triggered by this import line in quote_reply_controller, but it is unclear to me why the system cannot resolve @rails:
https://github.com/redmine/redmine/blob/master/app/javascript/controllers/quote_reply_controller.js
This possibly could be a bug relating to the packaging instead of the upstream code. If it is a packaging bug, can you point me in the right direction?