-
Notifications
You must be signed in to change notification settings - Fork 84
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
Match error: Expected number, got undefined #114
Comments
+1 Same for me ! |
+1 |
hopefully we can see a fix soon 😄 |
any fix? same problem |
I had the same problem. There was another message ("Ignoring duplicate publish named 'tasks'") along with this one. Removing the publication for 'tasks' solved this issue for me. |
I get the same error message, but my table seems to still be working fine. However, instead of saying |
For anyone interested I created a patch to get rid of the error here. |
Using my DDP inspector, I saw the root problem: Initially Pages is sending this subscription with the first parameter as a String. Also I have no idea what that '18963' number represents. It's not the number of documents in my collection.
|
Rclai! you rock :) Hope this gets merged back in soon |
to bad this didn't got included in the latest version |
Did he fix the issue in his new update, or is the issue still there? |
+1 |
I guess you can try and use my patch I mentioned above. |
@rclai I am new to Meteor and not sure what to do with your code snippet. |
In your app root folder, create a |
@rclai, definetly yes. Thank you, finally figered it out. Why don't you make that patch as pull request? |
Okay cool. I didn't want to make it a pull request because it's a patch job and thought that @alethes might have a more appropriate fix unless he thinks it's appropriate enough and asks to make it a pull request. |
It might have had something to do with defining the publication with the same name as one defined automatically by |
I have
lib/collections.js
server/publications.js
listTransfers.html
I am getting the following error
The text was updated successfully, but these errors were encountered: