lightning-browser-extension icon indicating copy to clipboard operation
lightning-browser-extension copied to clipboard

Error message: (Cannot read properties of undefined (reading "error")

Open bumi opened this issue 2 years ago • 2 comments

Describe the bug Sometimes we give the user an error message that says Error message: (Cannot read properties of undefined (reading "error")

Which basically means that our code somewhere tried to access an errror on something that is not there. This probably prevents that a useful error message is show.

I am not sure where exactly this happens and what code causes it.

bumi avatar May 28 '22 07:05 bumi

do you have a simplified test case or reproduction steps to see an example of this?

fczuardi avatar Jul 21 '22 13:07 fczuardi

Looks like this happens if an action is not getting a correct return from whatever it called.

escapedcat avatar Aug 11 '22 08:08 escapedcat

Could you give a flow to reproduce this issue?

manavdesai27 avatar Feb 07 '23 14:02 manavdesai27

this is a rare unknown case, so I don't know the flow how to reproduce this. best ignore this issue for now

bumi avatar Feb 09 '23 17:02 bumi