-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 0.8.7 from 0.8.4 causing crashes when used with iron:router #185
Comments
I think you're right. This appears to be a result of the upgrade to json-routes v2.0.1. For now, anyone using iron router should remain on Restivus v0.8.5 or below. Thanks so much for reporting this! The world will be a better place when everyone moves on to Flow Router. I'll try to update the docs with a warning or something. |
can confirm |
simple:json-routes@2.1.0 fixes this |
Nice! I'll update ASAP and release a new version. Thanks for the heads up @heschong! |
Just published v0.8.8 with the updated version of |
Using older versions of simple:json-routes leads to errors when used together with other packages such as iron:router, restivus and others (see e.g. kahmali/meteor-restivus#185). Updating simple:json-routes to 2.1.0 fixes the problems
The upgrade to 0.8.7 is causing crashes for any app using iron:router elsewhere in the application.
There seems to be a conflict with iron:router and simple:json-routes maybe. See also stubailo/meteor-rest#82
To reproduce:
The text was updated successfully, but these errors were encountered: