accounts-ui Uncaught TypeError: Cannot read property 'parentNode' of null #4485
Labels
Comments
glasser
added a commit
that referenced
this issue
Jun 2, 2015
We no longer support IE7, and a user reported that this function threw in some context. Might as well just delete the code. See #4485.
Please provide a full reproduction as described in: https://github.com/meteor/meteor/wiki/Contributing-to-Meteor#reporting-a-bug-in-meteor Without a way to replicate your problem, we can't debug and fix it. In addition to not providing a cloneable repo, you didn't actually say what action you did (clicking a link?) that caused the exception to occur. That said, it looks like the error happened in some IE7 workaround code, which I've taken the liberty of deleting as we no longer support IE7. |
I tried to reproduce it, but without success. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I made a very simple login:
Packages used:
My Account.config:
I got an exception in console:
Maybe my error, but I made a very simple account handling (just a tester app for local packages).
I got this error only on my Cordova APP using
meteor run android-device --mobile-server ...
Device: Huawei Mate 7
Android 4.4.2
The text was updated successfully, but these errors were encountered: