Description
Server Setup Information
Version of Rocket.Chat Server: version: 7.7
Operating System: Ubuntu 22.04.5 LTS
Deployment Method: snap
Number of Running Instances: 1
DB Replicaset Oplog:
NodeJS Version: 22.14.0
MongoDB Version: 6.0.23
Proxy: nginx
Firewalls involved:
Any additional Information
When logging in with admin user we get this error. Both in browser and windows client. Tried different PC’s and browsers.
Normal users don’t get this error.
Client version: 4.6.0
Error: Minified React error #130 ; visit Minified React error #130 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sv (verifyErrors.js:34:1)
at d (verifyErrors.js:34:1)
at m (verifyErrors.js:34:1)
at M (verifyErrors.js:34:1)
at aj (verifyErrors.js:34:1)
at i (verifyErrors.js:34:1)
at si (verifyErrors.js:34:1)
at so (verifyErrors.js:34:1)
at su (verifyErrors.js:34:1)
at i3 (verifyErrors.js:34:1)
reetp
June 29, 2025, 6:03pm
2
Similar to this but no Oauth.
Check as suggested.
opened 05:30PM - 25 Jun 25 UTC
### Description:
I have a fresh installation that I started with version 7.6.0 … and then updated to 7.7.1. When a user with the admin role logs in, they receive the error: "Application Error - The application GUI just crashed."
If I remove the admin role from the user, they can log in successfully after refreshing the page. But as soon as I reassign the admin role, the same error happens again.
I’ve checked older issues and tried the suggested fixes, but none of them solved the problem:
- The user has empty banners: `banners: {}`
- The user has empty settings: `settings: {}`
- The `db.rocketchat_banner` collection is empty
- The `Canned_Responses_Enable` setting was deleted
My users are created via OAuth. I was able to log in with an admin user before, but I'm not sure at what point it stopped working.
These tests were done in the browser. On the iOS app, the user is able to log in, but the admin panel keeps loading indefinitely.
### Steps to reproduce:
1. Assign the admin role to the user.
2. Log in with the user who has the admin role.
3. Observe the error: "Application Error - The application GUI just crashed."
4. Remove the admin role from the user.
5. Refresh the page — the user can now log in without error.
6. Reassign the admin role to the user.
7. Refresh the page again — the error returns.
### Expected behavior:
Admin user should login normally.
### Actual behavior:
The user cannot login and the message "Application Error - The application GUI just crashed." is displayed.
### Server Setup Information:
- Version of Rocket.Chat Server: 7.7.1
- License Type: Community
- Number of Users: 10
- Operating System: Docker image
- Deployment Method: Docker
- Number of Running Instances: 1
- DB Replicaset Oplog: 1 mongo instance on Docker
- NodeJS Version:
- MongoDB Version: 6.0
### Client Setup Information
- Desktop App or Browser Version: All browsers (Edge, Chrome, Brave)
- Operating System: Windows
### Additional context
-
### Relevant logs:
There is no log output in the server application. The only log I see is from the browser console:
```
verifyErrors.js:34 Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sv (verifyErrors.js:34:1)
at d (verifyErrors.js:34:1)
at m (verifyErrors.js:34:1)
at M (verifyErrors.js:34:1)
at aj (verifyErrors.js:34:1)
at i (verifyErrors.js:34:1)
at si (verifyErrors.js:34:1)
at so (verifyErrors.js:34:1)
at su (verifyErrors.js:34:1)
at i3 (verifyErrors.js:34:1)
```