percolatestudio / meteor-migrations

Simple migration system for Meteor
https://atmospherejs.com/percolate/migrations
MIT License
245 stars 58 forks source link

Iron Router Splash Screen Showing in Production #25

Open ryanswapp opened 9 years ago

ryanswapp commented 9 years ago

Hi,

I just added this package to my app and it works fine locally. However, when I push it to my meteor.com staging site or my mup production site, the default iron router splash screen shows and I can't access any other routes. When I turn the package off and comment out my migrations the app works fine in production. I've checked both the logs for the staging and production sites and neither show any signs of what is going awry. They simple say:

[Mon May 04 2015 14:21:20 GMT+0000 (UTC)] NOTICE Starting application on port 17903
[Mon May 04 2015 14:21:20 GMT+0000 (UTC)] INFO STATUS null -> starting
[Mon May 04 2015 14:21:20 GMT+0000 (UTC)] INFO STATUS starting -> running
[Mon May 04 2015 14:21:22 GMT+0000 (UTC)] INFO Migrating from version 0 -> 1
[Mon May 04 2015 14:21:22 GMT+0000 (UTC)] INFO Running up() on version 1 (Adds user_email property
to entries)
[Mon May 04 2015 14:21:25 GMT+0000 (UTC)] INFO Finished migrating.
[Mon May 04 2015 14:21:25 GMT+0000 (UTC)] INFO Kadira: completed instrumenting the app
[Mon May 04 2015 14:21:26 GMT+0000 (UTC)] INFO Kadira: successfully authenticated

Any ideas as to what is happening?