-
Notifications
You must be signed in to change notification settings - Fork 11k
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
username already in use bug #288
Comments
Hi @eolynyk. Unfortunately the meteor.com use mongodb 2.4 and we are using APIs that only exists in mongodb 2.6+ The problem is related with $sort with $each (
We are thinking how to solve this problem. |
duplicated of #259 |
Peym4n
pushed a commit
to redlink-gmbh/Rocket.Chat
that referenced
this issue
Apr 26, 2018
…rroneous-subscriptions Migration to remove obsolete subscriptions
HappyTobi
pushed a commit
to HappyTobi/Rocket.Chat
that referenced
this issue
Jul 10, 2018
Fix try context menu
This was referenced Mar 16, 2020
Shailesh351
pushed a commit
to Shailesh351/Rocket.Chat
that referenced
this issue
May 30, 2020
Fix double popover message action
This was referenced Nov 18, 2020
Open
This was referenced Sep 15, 2021
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works fine on localhost, but once deployed to meteor.com, I keep getting an error like
REGISTER USERNAME
The username is used to allow others to mention you in messages.
eve988886 is already in use :(
No matter which username, the same bug keeps popping up.
http://eve-fcc3.meteor.com/home
The text was updated successfully, but these errors were encountered: