shadow-cljs

lsenjov 2025-02-11T03:10:21.892459Z

My compilation is fine, but recently trying to access the dashboard is coming up with a strange error, and the only thing displaying is

shadow-cljs
Loading ...
It's running okay on other computers, but have no idea where I should start looking to diagnose this

lsenjov 2025-02-11T03:10:37.529419Z

thheller 2025-02-11T07:16:10.494549Z

that is odd. that is transit trying to serialize an Undertow instance. not sure where it gets that from?

thheller 2025-02-11T07:20:29.722079Z

hmm actually yeah there is some data that is not supposed to be in there

thheller 2025-02-11T07:20:51.682919Z

I suspect that you maybe have a dependency conflict of some kind on transit?

thheller 2025-02-11T07:24:51.055299Z

wait, which shadow-cljs version do you use? this is from a HTTP request that doesn't really exist anymore? so maybe some old cached javascript?

lsenjov 2025-02-11T07:26:26.508409Z

I'll have a look when I get on the clock tomorrow. Let you know then. Thank you 🙏