James Southern

Results 6 comments of James Southern

This appears to have been solved by gaizka. http://github.com/gaizka/authlogic_openid

Although worth noting that Gaizka has a bug when you have a valid OID provider but invalid directory on their server. Fix for that: http://gist.github.com/272655

To be honest this sounds like the behaviour of meteor without GroundDB are you sure GroundDB is set up correctly? I've had the scenario you're talking about working on Android...

My projects code is Open Source so go nuts: https://github.com/jms301/todo-play/blob/master/packages/todolists/todolists.js#L15 happy to look at any code snippets.

Very odd it looks generally OK to me, is your publication "Safristas" capitalized? That is different from the docs but should work fine... Although what is ``` javascript Safristas.attachSchema(SafristasSchema); ```...

Hmm perhaps try removing the collection2 package or whatever it is that's modified Meteor.Collections. Oh wait you're not using insert / update but other methods? I think then you have...