Credentials file problem



It just happen when I'm edit my flow, I didn't change any settings, I searched the same problem but nothing can help me. Anyone knows how to solve it?

I found I can open it by url and it's working, so the problem is why there is totally blank on nodered page

Open what by url? What url?

What do you mean? What nodered page? How are you trying to see it?


The dashboard part is blank, so I use http://localhost:1880/ui to dashboard.

Can you check the browser console.


Is that a problem? I know nothing about this.

Yep that's the problem.

Please can you paste the error content (text).

Uncaught ReferenceError: d is not defined
    at Object.addItem (<anonymous>:1995:78)
    at V.<computed>.<computed>.insertItemAt (red.min.js?v=37f4102d45e5:18:28309)
    at a.<computed> [as insertItemAt] (vendor.js?v=37f4102d45e5:10:1122)
    at V.<computed>.<computed>.addItem (red.min.js?v=37f4102d45e5:18:28508)
    at a.<computed> [as addItem] (vendor.js?v=37f4102d45e5:10:1122)
    at HTMLOListElement.<anonymous> (vendor.js?v=37f4102d45e5:10:2133)
    at Function.each (vendor.js?v=37f4102d45e5:2:2976)
    at s.fn.init.each (vendor.js?v=37f4102d45e5:2:1454)
    at V.fn.<computed> [as editableList] (vendor.js?v=37f4102d45e5:10:1951)
    at handlePendingAdds (<anonymous>:2739:60)
VM69:1995 Uncaught ReferenceError: d is not defined
    at Object.addItem (<anonymous>:1995:78)
    at V.<computed>.<computed>.insertItemAt (red.min.js?v=37f4102d45e5:18:28309)
    at a.<computed> [as insertItemAt] (vendor.js?v=37f4102d45e5:10:1122)
    at V.<computed>.<computed>.addItem (red.min.js?v=37f4102d45e5:18:28508)
    at a.<computed> [as addItem] (vendor.js?v=37f4102d45e5:10:1122)
    at HTMLOListElement.<anonymous> (vendor.js?v=37f4102d45e5:10:2133)
    at Function.each (vendor.js?v=37f4102d45e5:2:2976)
    at s.fn.init.each (vendor.js?v=37f4102d45e5:2:1454)
    at V.fn.<computed> [as editableList] (vendor.js?v=37f4102d45e5:10:1951)
    at <anonymous>:2089:40
    at Array.forEach (<anonymous>)
    at Object.addItem (<anonymous>:2088:47)
    at V.<computed>.<computed>.insertItemAt (red.min.js?v=37f4102d45e5:18:28309)
    at a.<computed> [as insertItemAt] (vendor.js?v=37f4102d45e5:10:1122)
    at V.<computed>.<computed>.addItem (red.min.js?v=37f4102d45e5:18:28508)
    at a.<computed> [as addItem] (vendor.js?v=37f4102d45e5:10:1122)
    at HTMLOListElement.<anonymous> (vendor.js?v=37f4102d45e5:10:2133)
    at Function.each (vendor.js?v=37f4102d45e5:2:2976)
    at s.fn.init.each (vendor.js?v=37f4102d45e5:2:1454)
    at V.fn.<computed> [as editableList] (vendor.js?v=37f4102d45e5:10:1951)
    at <anonymous>:2150:32
    at Array.forEach (<anonymous>)
    at Object.addTabOrLinkItem [as addItem] (<anonymous>:2149:37)
    at V.<computed>.<computed>.insertItemAt (red.min.js?v=37f4102d45e5:18:28309)
    at a.<computed> [as insertItemAt] (vendor.js?v=37f4102d45e5:10:1122)
    at V.<computed>.<computed>.addItem (red.min.js?v=37f4102d45e5:18:28508)
    at a.<computed> [as addItem] (vendor.js?v=37f4102d45e5:10:1122)
    at HTMLOListElement.<anonymous> (vendor.js?v=37f4102d45e5:10:2133)
    at Function.each (vendor.js?v=37f4102d45e5:2:2976)
    at s.fn.init.each (vendor.js?v=37f4102d45e5:2:1454)
    at V.fn.<computed> [as editableList] (vendor.js?v=37f4102d45e5:10:1951)
    at <anonymous>:2453:42
    at Array.forEach (<anonymous>)
    at refresh (<anonymous>:2452:35)
    at Object.onchange (<anonymous>:2588:44)
    at Object.onchange (red.min.js?v=37f4102d45e5:18:320862)
    at _ (red.min.js?v=37f4102d45e5:18:63442)
    at Object.onselect (red.min.js?v=37f4102d45e5:18:69104)
    at f (red.min.js?v=37f4102d45e5:18:48043)
    at HTMLAnchorElement.<anonymous> (red.min.js?v=37f4102d45e5:18:46686)
    at HTMLAnchorElement.dispatch (vendor.js?v=37f4102d45e5:2:43090)
    at v.handle (vendor.js?v=37f4102d45e5:2:41074)

like this?

1 Like

Alright, I just delete all the flows and restarted it, it's working now. I guess some functions caused the errors, but I'm still looking for it.

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