custom-sidebar
custom-sidebar copied to clipboard
404 when loading
Loading the config file didn't work for me.
There was a 404 present on req.open("GET", "/local/sidebar-order.yaml?rnd=" + random());
I replaced the following line in the JS and the GZ
req.open("GET", "/hacsfiles/custom-sidebar/sidebar-order.yaml?rnd=" + rando());
//req.open("GET", "/local/sidebar-order.yaml?rnd=" + random());
and now it's working - but I assume more people will run into this problem
Getting the same error. I don't seem to have a hacsfiles - the js file is under...
local/community/custom-sidebar/custom-sidebar.js
Should I be creating a yaml file there and pointing it there?