thingsboard-rule-config-ui-ngx
thingsboard-rule-config-ui-ngx copied to clipboard
Node config body not shown on windows 11
I'm serving /static/rulenode/rulenode-core-config.js
from thingsboard-rule-config-ui-ngx
by running yarn start
but I found the node config body missing on node details in dashboard, what did I miss?
I've set ruleNodeUiforwardUrl
in proxy.conf.js
in ui-ngx
as following:
const ruleNodeUiforwardUrl = "http://localhost:5000";
My node version:
$ node -v
v16.16.0
Yarn version:
$ yarn -v
1.22.19
Npm version:
$ npm -v
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
8.11.0