meteoric/meteor-ionic

iron router page showing, breaking app

bgrayburn opened this issue · 2 comments

I'm seeing the iron:router start page (a bunch of info about iron router) whenever I click the back button on android. After that, the app often loads straight to this screen making the app unusable. Have you seen this behavior before? Any help appreciated, thanks for this awesome framework!

sorry I forgot to add this behavior only happens after bundling. Doesn't happen with meteor run or meteor run --production

Solved. in production mode, because all the js is in one big file, any fatal error stops the code, resulting in iron router showing it's default page. This sucks, but is a result of meteor, nothing to do with this project.