I've just palette installed node-red-ui-table, restarted node-RED, and tried one of the example, but the table was not rendered.
Checking my browser console, I see the following errors;
If I disable httpNodeAuth in node-RED settings, then the table renders as expected and no console errors. Re-enabling httpNodeAuth again stops the table rendering and I again get console errors.
For node-red-node-ui-table, the path that is failing is served as follows:
So on RED.httpNode. There is no authentication of any kind set on this endpoint, as it is serving static, supporting, files. My gut feeling says it's related to both the uibuilder issue and the one Bart is currently observing in one of his nodes, but I haven't managed to work through the whole debugging yet.
Despite clearing the browser cache & using an incognito browser, the problem persisted, and was repeatable...
However, after manually deleting the node-RED browser manifest via chrome://appcache-internals/# the libraries now load OK, and both this node, and node-red-contrib-ui-contextmenu work OK.