Open chsasank opened 2 weeks ago
Containers themselves didn't restart either, just posting here for sanity:
(base) sasank@JOHNAIC:~/code/llama.lisp$ podman ps | grep twenty
db9c8c17e4ad docker.io/library/redis:latest redis-server 30 hours ago Up 30 hours 0.0.0.0:52951->3000/tcp systemd-twenty-redis
8ccd102a7806 docker.io/twentycrm/twenty-postgres:v0.31.2 /opt/bitnami/scri... 30 hours ago Up 30 hours 0.0.0.0:52951->3000/tcp systemd-twenty-db
ca9b1da9d5fe docker.io/twentycrm/twenty:v0.31.2 sh /mnt/init_work... 30 hours ago Up 30 hours 0.0.0.0:52951->3000/tcp systemd-twenty-worker
56a1c4ecb675 docker.io/twentycrm/twenty:v0.31.2 node dist/src/mai... 26 hours ago Up 26 hours 0.0.0.0:52951->3000/tcp systemd-twenty-server
How can I reproduce this, @chsasank ? It will occur only when the'scopeId` is not found in context or props. It was used in many places, so I need to reproduce the steps.
I use firefox if that helps. Unfortunately I don't have instructions to reliably reproduce. It just happened once in a while over last 2 days.
Thanks @chsasank - it's the second time I see a report with this message so we need to keep this issue open until we figure out what is going on. Unfortunately we've been trying to reproduce this internally but couldn't. Any hint appreciated! I will download Firefox but I think the other report was on Chrome
I think it might be happening when I have logged in from a different browser. I think having second login is somehow expiring the first login and causing this.
This is almost a clear pattern. Only single login seems to be possible. If I am logged in from multiple devices, it logs me out from one. If the tab is still open in a device that's to be logged out, this crash happens.
FYI I'm adding logs: https://github.com/twentyhq/twenty/pull/8513 ; it won't help short term but at least next time it comes after the next release and someone reports it, we might have more info
I have deployed twenty using containers (but not using docker-compose). Here's an error I am getting once in a while:
I don't see any event in the server logs. What's frustrating about this crash is that I am getting logged out when I refresh the tab. It asks me to log in again.