Cannot read property loggedIn of undefined TypeError: Cannot read property loggedIn of undefined

2
Feedback widget throws below error Failed to load resource: the server responded with a status of 404 () https://home.mendix.com/mxid/appbar2?q=1595441972114&callback=getProfileFeedback Cannot read property 'loggedIn' of undefined TypeError: Cannot read property 'loggedIn' of undefined     at http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:51:31467     at u (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:12:64059)     at Generator._invoke (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:12:63847)     at Generator.A.<computed> [as next] (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:12:64481)     at t (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:12:4513)     at i (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637310243331279816:12:4723) Any idea on resolving above error?
asked
4 answers
0

Hi Mohan, 

I’m getting the same error. If you have solved the issue, Kindly share the solution

answered
0

Mohan, I see from another comment you fixed it. But where did you find the duplicate and how did you fix it?

answered
0

I got the same error.   And I solved it.

It has to do with the  :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
0

I solved this by downloading the feedback widget again. 

This overwrote the existing one, but the errors were easy to fix.

answered