Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. /RTL/connect.js:171
  2. if(config.Authentication.nodeAuthType === '' || undefined === config.Authentication.nodeAuthType) {
  3. ^
  4.  
  5. TypeError: Cannot read property 'nodeAuthType' of undefined
  6. at Object.connect.validateSingleNodeConfig (/RTL/connect.js:171:30)
  7. at Object.connect.setSingleNodeConfiguration (/RTL/connect.js:540:13)
  8. at Object.connect.setServerConfiguration (/RTL/connect.js:592:13)
  9. at Object.<anonymous> (/RTL/rtl.js:5:36)
  10. at Module._compile (internal/modules/cjs/loader.js:778:30)
  11. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  12. at Module.load (internal/modules/cjs/loader.js:653:32)
  13. at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  14. at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  15. at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
  16. at startup (internal/bootstrap/node.js:283:19)
  17. at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
  18. /RTL/connect.js:171
  19. if(config.Authentication.nodeAuthType === '' || undefined === config.Authentication.nodeAuthType) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement