Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
513 stars 197 forks source link

Account methods broken #269

Closed dgroch closed 7 years ago

dgroch commented 7 years ago

I'm experiencing a weird bug since starting to implement push notifications yesterday. Not sure this package is the cause as I'm not seeing any errors.

When accessing the app via browser I can create account / login. But when I run Cordova app via meteor run iOS-device the Accounts methods don't seem to do anything. Even when I try to log error and response in callback of Accounts.createUser() I just get undefined.

Does this package interact with Accounts?

dgroch commented 7 years ago

It's working now, and never did figure out what the issue was yesterday. Quite possibly a network issue on my mobile. Closing