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:
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
Are those plugins supported on v3? You could be trying to install plugins that aren’t compatible with v3.
@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.
I would reach out to the authors then.
Either on github or the dedicated plugin channels on here if they have one.
@awcodes Will do that! Ty for the support