Sometimes Vendor CSS (and JS) are not found after installing

Hi everyone, Sometimes when installing a new plugin I get a net:ERR_ABORTED 404 (Not Found) message in my console for said plugins css/js. It occurred for both JS and CSS with filament-database-schedule (#husam-database-schedule) and recently it occurred when I pulled filament-slim-scrollbar. For the latter for example:
resource-page:47
GET http://127.0.0.1:8000/css/aymanalhattami/filament-slim-scrollbar/filament-slim-scrollbar.css?v=2.0.0.0 net::ERR_ABORTED 404 (Not Found)
resource-page:47
GET http://127.0.0.1:8000/css/aymanalhattami/filament-slim-scrollbar/filament-slim-scrollbar.css?v=2.0.0.0 net::ERR_ABORTED 404 (Not Found)
There are no publishable assets, and I ran npm run dev / npm run build. Apart from manually pulling them in - what is the correct way to go about correcting this? Thank you!
4 Replies
awcodes
awcodes5mo ago
Are those plugins supported on v3? You could be trying to install plugins that aren’t compatible with v3.
ashattack
ashattack5mo ago
@awcodes thanks for taking the time. Yes sir, both the database scheduler (v2.0.2) and slim scrollbar (v2.0.0) both lists v3 compatibility/support.
awcodes
awcodes5mo ago
I would reach out to the authors then. Either on github or the dedicated plugin channels on here if they have one.
ashattack
ashattack5mo ago
@awcodes Will do that! Ty for the support