[Bug]: JavaScript /vendor assets not found
Closed this issue · 4 comments
Code of Conduct
- I agree to follow this project's Code of Conduct.
Issue reporting checklist
- I have read and understand the issue reporting policy.
- I have read and followed the common sense checklist.
- I observed this bug on a clean install of a supported OS.
- I have followed the project prerequisites.
- I have searched this repository for existing issues.
- I checked the FAQ and official documentation.
- I am using an external wireless adapter.
- I have generated a RaspAP debug log and performed a self-diagnosis.
Operating System
Debian Bookworm
Installation method
Quick install
Onboard wireless chipset or external adapter?
Onboard wireless chipset
Hardware
Orange Pi family
RaspAP version
Latest
Other software or services running with RaspAP?
Yes (not relevant)
Contact details (optional)
No response
Bug description
After updating to v3.3.9 from v3.3.8, data usage graphs & speedtests are broken with the following errors from devtools console:
wlan0_info:397 GET http://10.3.141.1/app/js/vendor/dashboardchart.js net::ERR_ABORTED 404 (Not Found)
network_conf:473 GET http://10.3.141.1/app/js/vendor/speedtestUI.js net::ERR_ABORTED 404 (Not Found)
Steps to reproduce
- Update to 3.3.9
- Access the aforementioned pages
- Broken
Screenshots
No response
Additional context
With some digging, I believe #1905 broke these features by moving the vendor assets under the vendor folder without actually including the vendor folder. (Or perhaps this was not installed during the update process?)
Relevant log output
A fix is already in progress /pull/1926
Thanks for reporting
In the future, please use a descriptive title for your report
In the future, please use a descriptive title for your report
Sorry, I overlooked the title field
Resolved and a new bugfix release version is available. @RobotHanzo thanks!