parse-server: Warnings: Unable to ensure uniqueness for usernames

I am writing a server that uses ParseServer (Express + ParseServer), and I see this when I run it:

warn: Unable to ensure uniqueness for usernames:  MongoError: not authorized for
query on mydatabase._SCHEMA

warn: Unable to ensure uniqueness for user email addresses:  MongoError: not authorized
for query on mydatabase._SCHEMA

I see that Mongo is having issues with querying the schema? Probably an indexing issue?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 5
  • Comments: 25 (13 by maintainers)

Most upvoted comments

I just got home and everything’s working correctly. From the office all day (no code changes since then), I’ve had the two errors mentioned above (MongoError and Can’t Set Headers). The DB connection from CLI is kinda sketchy - their firewall is pretty intense though (university).