coauthor icon indicating copy to clipboard operation
coauthor copied to clipboard

"No route definitions found" on mobile Firefox

Open jbosboom opened this issue 6 years ago • 2 comments

In Firefox for Android 67.0, all Coauthor pages show "iron:router No route definitions found" instead of Coauthor content. If I "Request desktop site" from Firefox's menu, Coauthor functions normally (but isn't sized for mobile). I think this option changes the user agent, but I'm not sure.

I couldn't reproduce the problem on desktop Firefox with the devtools' simulation of being mobile.

jbosboom avatar Jun 09 '19 06:06 jbosboom

I can reproduce this on desktop Chrome using User Agent Switcher, and choosing Android Kitkat. It seems to be an issue with Babel: in the console, I see Uncaught ReferenceError: regeneratorRuntime is not defined in some Babel-translated code. I'll try updating Meteor and Babel, which will hopefully fix the problem.

edemaine avatar Jun 12 '19 00:06 edemaine

Reported upstream: https://github.com/meteor/meteor/issues/10606

edemaine avatar Jul 03 '19 17:07 edemaine