Minified react error 185 - Maximum update depth exceeded on v1 docker compose multiworkspace setup
Hi, I am getting error when adding a record to persons or companies
Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
gi$2 https://ruslan2.test.work/assets/index-v7sZd_aH.js:6719
xi$2 https://ruslan2.test.work/assets/index-v7sZd_aH.js:4773
ContextProvider https://ruslan2.test.work/assets/index-v7sZd_aH.js:104197
ContextProvider https://ruslan2.test.work/assets/index-v7sZd_aH.js:104196
unstable_runWithPriority https://ruslan2.test.work/assets/index-v7sZd_aH.js:1641
runWithNormalPriority https://ruslan2.test.work/assets/index-v7sZd_aH.js:104140
ContextProvider https://ruslan2.test.work/assets/index-v7sZd_aH.js:104195
Minified React error #185 – React
The library for web and native user interfaces
10 Replies
Hello @Ruslan what twenty's version are you self hosting please ?
hi, container v1.0.0
cc @Lucas @charles could a comeback of https://github.com/twentyhq/twenty/issues/11079
GitHub
Minified React error #185 · Issue #11079 · twentyhq/twenty
Pressing ⌘⏎ too fast results in a front-end error. (Happened at normal usage speed; video is for demonstration purposes) CleanShot.2025-03-20.at.18.14.10.mp4 Fixes Implement a more visually appeali...
Would be strange because it has been fixed, could be that but could also be another error, since minified doesn't give much context
I tried to reproduce on main but without luck
https://reactjs.org/docs/error-decoder.html?invariant=185
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Could be
RecordShowEffect
again yesAbout to reopen the issue
cool, let me know and I will be happy to test it again
Hi @Ruslan I tried reproducing this bug but without any luck, I even made a self-hosted fresh install with docker-compose on the latest (v1.0.2) and tried to reproduce following your video but couldn't get the bug.
Could you please try to pull the latest version of twenty server (should be v1.0.2 as of today) and try to reproduce the bug and/or give us the steps to do so ?
That would help a lot, also could you tell us if it happens a lot or just in some rare cases ?
Are you hosting the docker containers on your local laptop or on your own servers ? That would maybe help to know if it could be due to a network problem.
Hello there, if possible to share your hardware specifications too please