-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[3.1.0] error-invalid-room after room creation with LDAP logged admin #17296
Copy link
Copy link
Closed
Description
Description:
After creating a new private room, we can't open the room. We need to logout / login for join the room.
Steps to reproduce:
- With an admin LDAP account, create new private room.
- When room is created, the url change for open the room, and an error message invalid room appear.
- With a logout / login, we can join the room
Expected behavior:
The room must appear without error. Room creation work with a regular admin (non-ldap logged).
Actual behavior:
Server Setup Information:
- Version of Rocket.Chat Server: 3.1.0
- Operating System: Debian 9
- Deployment Method: tar
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version: v12.16.2
- MongoDB Version: 4.0.16
Client Setup Information
- Desktop App or Browser Version: Browser
- Operating System: Ubuntu
Additional context
Admin user is logged with LDAP
Relevant logs:
- client console error:
details: {method: "canAccessRoom"}
error: "error-invalid-room"
errorType: "Meteor.Error"
isClientSafe: true
message: "Invalid room [error-invalid-room]"
reason: "Invalid room"```
- No error for server
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

