[webgl error > An abnormal situation has occurred: the PlayerLoop internal function has been called recursively]
So, I've been having an issue with my game. I'm using my own auth and when my game was on mono/windows build, everything worked 100% fine. However, when I switched to webgl I noticed that when I got to my login scene, it wouldn't auto log me in like it should, and when I entered my username/password and clicked "sign in" it wouldn't work and gave me this error: An abnormal situation has occurred: the PlayerLoop internal function has been called recursively.. Note, that error occurs when I run on local or from my website, all the features work if I run it from Unity Editor...
I also noticed that when I was building a windows build, if I switched to il2cpp from mono, the same issue would occur, obviously I didn't see An abnormal situation has occurred: the PlayerLoop internal function has been called recursively., since it was a windows build and not webgl, but still couldn't login.
Basically to sum it up, is it really il2cpp effecting my game login? if so, how do I go about fixing it? Thank you.