Error: Cannot read properties of undefined (reading loggedIn) TypeError: Cannot read properties of undefined (reading loggedIn)

0
Hi All,   I am getting the below error while doing Run Locally. “Cannot read properties of undefined (reading 'loggedIn') TypeError: Cannot read properties of undefined (reading 'loggedIn')”   Which properties might be undefined. How do I find this?   Regards, Pushkar.
asked
1 answers
1

Hi,
can you try if this sovles the problem
 

Cause  :FeedbackWidget
You can find it in : the project explorer: project xxx –  App store Modules – Atlass_UI_Resources – _Layouts

It looks like there is a newer version of the FeedbackWidget that you need...

  1. Delete the FeedbackWidget 
  2. start a new project (blank app) and copy the FeedbackWidget from that project
  3. Paste it to the project that has the error.
  4. solved
answered