-
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
Restivus with todos example app #181
Comments
Here is the output of meteor list
|
My best guess is that Restivus' I'm gonna push up a fix onto a new branch here, but I'll need you to test it locally, if you don't mind, to see if that actually resolves your problem. I don't want to have to publish a new version just to find out this didn't fix your issue. Gimme a sec. |
Alright. I just submitted PR #182 with a potential fix. Can you test it out locally for me? It's on the |
Cheers for the speedy response - I'm getting the same error as the travis CI build when installed locally
|
Whoops. Left an old untracked file in there. Sorry about that. I had the file locally so everything ran okay for me. This is why we use CI and check with others :) Let me fix that up and push again. One sec. |
Alright. Try it again. Just grab the latest on that branch. |
It's gone one step along the line it seems - I've got something very close to the original error message. Just to clarify what I've done - I have created a Here's the current message
|
Hi Kahmali, I've done a meteor reset and that cleared my cache out. I'm getting data out of the endpoints now, so it looks good to me! Cheers for the help! |
Phew! I was about to give up on you :P Iron Router is such a headache (just search "iron router" in the Restivus issues and you'll see what I mean). I strongly recommend that you check out some tutorials that use Flow Router. I think most folks would agree that it's the best router for Meteor. We use it extensively in NimbleNotes and it's never been an obstacle to development. I wish I could say the same for Iron Router. I'll go ahead and bump the version and publish that. Thanks for reporting the issue and testing that out for me! Greatly appreciated! I'll let you know once it's published. |
I just published v0.8.5 with this fix. Thanks so much for your help! |
I am trying to add restivus to the todos example app.
However, it looks as thought restivus is calling iron-router (which I understand is no longer a dependency of restivus.
The following error message is produced:
The code I have used is
(tried in lib/collections.js and server/publish.js separately)
As you can see this is on Windows, which may be a complication!
I'm running the latest meteor and have removed the pinned-version iron-router from the packages file.
Restivus was installed with
meteor add nimble:restivus
Any ideas?
The text was updated successfully, but these errors were encountered: