ground-db icon indicating copy to clipboard operation
ground-db copied to clipboard

Ground:db cause iron:router not working in Internet Explorer 10

Open wuzhuzhu opened this issue 8 years ago • 4 comments

When I added ground:db by "meteor add ground:db" and add a events collection into ground like this: Ground.Collection(events); It looks all right in localhost:3000, but when I deploy the codes into server by mup, my homepage turned into iron router error page and says I had not defined any route. And any of other routes broken. Remove the package and ground collection line, deploy by same mup way will fix this.

wuzhuzhu avatar Nov 26 '15 03:11 wuzhuzhu

I'm experiencing the same issue, as well. I get two errors in the console in IE10:

ie10consoleerrors

Unfortunately, it only throws this on production after it is mup deployed, so I don't get the "friendly" JavaScript line number it threw an error on. If there isn't already, an issue should probably be opened with @Raix (the error did say he would work his butt off to fix it. :smile: ). The second error is simply stating "Router" is undefined.

If it is helpful for anyone, I can provide the minified line that the error says it occurred on too. Just let me know.

Meloncon avatar Mar 11 '16 20:03 Meloncon

bugger - what version of Meteor are you using?

raix avatar Mar 12 '16 12:03 raix

I'm using [email protected] currently.

Meloncon avatar Mar 14 '16 13:03 Meloncon

I've released 2.0.0-alpha.1 Notes about the new version, migration and what it doesn't do - The issue might be resolved in that version, let me know what you think

raix avatar Apr 06 '16 05:04 raix