-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.45.4
-
Component/s: None
-
None
-
Environment:OS:
- **OS:** Ubuntu 24.10 (Oracular) x86_64
- **Kernel:** Linux 6.11.0-19-generic
- **Shell:** zsh 5.9
- **Display:** 1366x768 @ 60Hz
- **WM:** Mutter (Wayland)
- **Terminal:** GNOME Terminal 3.54.0
- **CPU:** Intel Core i5-3470 (4 cores) @ 3.60 GHz
- **Memory Usage:** 4.14 GiB / 6.71 GiB (62%)
node.js / npm versions:
➜ ~ node -v
v23.9.0
➜ ~ npm -v
10.9.2
Additional info:
➜ ~ mongod --version
db version v7.0.17
Build Info: {
"version": "7.0.17",
"gitVersion": "f099987179b0e9919aa2fcba25afe48f35e53ae9",
"openSSLVersion": "OpenSSL 3.3.1 4 Jun 2024",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2204",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}
OS: - **OS:** Ubuntu 24.10 (Oracular) x86_64 - **Kernel:** Linux 6.11.0-19-generic - **Shell:** zsh 5.9 - **Display:** 1366x768 @ 60Hz - **WM:** Mutter (Wayland) - **Terminal:** GNOME Terminal 3.54.0 - **CPU:** Intel Core i5-3470 (4 cores) @ 3.60 GHz - **Memory Usage:** 4.14 GiB / 6.71 GiB (62%) node.js / npm versions: ➜ ~ node -v v23.9.0 ➜ ~ npm -v 10.9.2 Additional info: ➜ ~ mongod --version db version v7.0.17 Build Info: { "version": "7.0.17", "gitVersion": "f099987179b0e9919aa2fcba25afe48f35e53ae9", "openSSLVersion": "OpenSSL 3.3.1 4 Jun 2024", "modules": [], "allocator": "tcmalloc", "environment": { "distmod": "ubuntu2204", "distarch": "x86_64", "target_arch": "x86_64" } }
-
Developer Tools
Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
Whenever I try to edit or create documents through the gui , its just doesn't work, the main problem is that the compass gui is not accepting inputs, like i am able use my mouse to move around in the compass but when i try to edit a document the compass gui is not accepting inputs like its not even recognizing my keyboard, but my keboard works my fine.
and also my mongosh and mongodb is working fine , i am able the edit documents and create new dbs but its the compass gui whcih is not working
Logs are below:
compass_67d8df351e44b3b9bec89428_log.txt
Additional Notes
Some more info about my mongodb .
➜ ~ mongodb-compass --version
MongoDB Compass 1.45.4
➜ ~ sudo systemctl status mongod.service
● mongod.service - MongoDB Database Server
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; preset: enabled)
Active: active (running) since Mon 2025-03-17 14:43:09 IST; 19h ago
Invocation: fd3b778ab7fe4605bdfc24694a6e5496
Docs: https://docs.mongodb.org/manual
Main PID: 1889 (mongod)
Memory: 53.6M (peak: 344M swap: 58.1M swap peak: 70.6M)
CPU: 6min 37.007s
CGroup: /system.slice/mongod.service
└─1889 /usr/bin/mongod --config /etc/mongod.conf
Mar 17 14:43:09 sumit systemd[1]: Started mongod.service - MongoDB Database Server.
Mar 17 14:43:10 sumit mongod[1889]: {"t":
,"s":"I", "c":"CONTROL", "i>
Note: I have never done this before so if my format of creating this issue is wrong then please forgive me