thingsboard-rule-config-ui-ngx icon indicating copy to clipboard operation
thingsboard-rule-config-ui-ngx copied to clipboard

Node config body not shown on windows 11

Open cloorc opened this issue 2 years ago • 0 comments

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?

image image image

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

cloorc avatar Aug 27 '22 12:08 cloorc