question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to view contents of _raix_push_notifications and _raix_push_app_tokens

See original GitHub issue

After deploying meteor application with mup deploy I wanted to see the entries in _raix_push_app_tokens. But I receive this error:

> db._raix_push_app_tokens.find().fetch()
2015-06-09T06:47:23.951-0400 TypeError: Cannot call method 'find' of undefined

Push notifications work, I just want to inspect entries.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
pprydecommented, Jul 8, 2015

Just incase anyone else comes across this issue you can use getCollection in MongoDb to view collection names starting with an underscore:

db.getCollection('_raix_push_app_tokens').find() db.getCollection('_raix_push_notifications').find()

0reactions
KristerVcommented, Jun 12, 2016

wow thanks a lot @ppryde

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found