Uncaught Error: Invariant failed client-DoMLDTIj.js:50
I deployed the app using docker and bun in production. It's working fine but sometime on hot reload like with F5 sometime it's throwing this error and didn't redred any ui. Any idea why it's happening?



4 Replies
itchy-amethyst•4mo ago
this is this issue here
itchy-amethyst•4mo ago
GitHub
Random SSR invariant dehydration errors with bun · Issue #3989 · ...
Which project does this relate to? Router Describe the bug I had some random Invariant failures in router/packages/start-client-core/src/ssr-client.tsx Lines 83 to 86 in 6e183ba invariant( window._...
itchy-amethyst•4mo ago
this will be fixed soon
just need to find the time 😉
sunny-greenOP•4mo ago
Thnx i will keep my eye on this
Probably have to use node instead of bun for now