RaspAP/raspap-webgui

[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

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!