Help Needed svg ui not appearing on dashboard

its been couple of months since i started using node red,every thing is going smoothly except for svg UI
it is not appearing in dashboard, kindly help!

Welcome to Node-RED
===================

27 Oct 22:53:36 - [info] Node-RED version: v3.0.2
27 Oct 22:53:36 - [info] Node.js  version: v18.10.0
27 Oct 22:53:36 - [info] Windows_NT 10.0.19045 x64 LE
27 Oct 22:53:37 - [info] Palette editor disabled : npm command not found
27 Oct 22:53:37 - [info] Loading palette nodes
27 Oct 22:53:38 - [info] Dashboard version 1.0.2 started at /ui
27 Oct 22:53:38 - [warn] ------------------------------------------------------
27 Oct 22:53:38 - [warn] [node-red-node-rbe/rbe] 'rbe' already registered by module node-red
27 Oct 22:53:38 - [warn] [node-red-node-tail/tail] Error: Cannot find module 'tail'
Require stack:
- C:\Users\GLT UD\node_modules\node-red-node-tail\28-tail.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\loader.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\index.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\nodes\index.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\index.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\lib\red.js
- C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\red.js
27 Oct 22:53:38 - [warn] ------------------------------------------------------
27 Oct 22:53:38 - [info] Settings file  : C:\Users\GLT UD\.node-red\settings.js
27 Oct 22:53:38 - [info] Context store  : 'default' [module=memory]
27 Oct 22:53:38 - [info] User directory : \Users\GLT UD\.node-red
27 Oct 22:53:38 - [warn] Projects disabled : editorTheme.projects.enabled=false
27 Oct 22:53:38 - [info] Flows file     : \Users\GLT UD\.node-red\flows.json
27 Oct 22:53:38 - [info] Server now running at http://127.0.0.1:1880/
27 Oct 22:53:38 - [warn]

---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.

You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------

27 Oct 22:53:38 - [info] Starting flows
Error: Module not allowed
    at Object.requireModule [as require] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\externalModules.js:104:19)
    at Object.requireModule [as require] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\util.js:51:45)
    at new SvgGraphicsNode (C:\Users\GLT UD\.node-red\node_modules\node-red-contrib-ui-svg\svg_graphics.js:273:26)
    at Object.createNode (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\util.js:90:27)
    at Flow.start (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\Flow.js:206:48)
    at Object.start [as startFlows] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\index.js:394:33) {
  code: 'module_not_allowed'
}
27 Oct 22:53:39 - [error] [ui_svg_graphics:5d3ee844905ef93a] TypeError: Cannot read properties of undefined (reading 'push')
Error: Module not allowed
    at Object.requireModule [as require] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\externalModules.js:104:19)
    at Object.requireModule [as require] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\registry\lib\util.js:51:45)
    at new SvgGraphicsNode (C:\Users\GLT UD\.node-red\node_modules\node-red-contrib-ui-svg\svg_graphics.js:273:26)
    at Object.createNode (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\util.js:90:27)
    at Flow.start (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\Flow.js:206:48)
    at Object.start [as startFlows] (C:\Users\GLT UD\AppData\Roaming\npm\node_modules\node-red\node_modules\@node-red\runtime\lib\flows\index.js:394:33) {
  code: 'module_not_allowed'

I'm not really surprised.

Dashboard latest version is 3.2.0

Also, looks like something in your settings.js file is set to inhibit certain contrib nodes?

Settings file is here...

Thank you very much , i didnt notice that ,after changing dashboard its working .....
thank u thank u

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.