Users is greeted with blank page : TypeError: e is undefined

So I finally fixed it, it was a provlem with a typo in the code that wasn’t fixed, so I had to put a breakpoint before the error, do something like e.mentionBg = e.mentionBj; then I was able to access the account, and change the theme, and it fixed it
I guess I could have modified it server-side, but in the end it works

2 Likes