You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an account, go to the dashboard, notice list of items
meteor update
Notice the dashboard now has no items
I think this is caused by either a change in IronRouter's API, or a bug in IronRouter introduced during the upgrade. I've had a dig into IronRouter and I can't figure out the issue. There were quite a lot of changes in iron:router from 1.0.7 to 1.0.9.
The text was updated successfully, but these errors were encountered:
This appears to be caused by IronRouter no longer automatically assigning DashboardController to the dashboard route. If you do so explicitly in the route definition, the dashboard controller loads, and everything functions.
Steps to reproduce:
git clone [email protected]:Differential/meteor-boilerplate.git
cd meteor-boilerplate
meteor
meteor update
I think this is caused by either a change in IronRouter's API, or a bug in IronRouter introduced during the upgrade. I've had a dig into IronRouter and I can't figure out the issue. There were quite a lot of changes in iron:router from 1.0.7 to 1.0.9.
The text was updated successfully, but these errors were encountered: