7 Replies
This is code-splitting on the frontend trying to request more assets. The generate url is probably wrong. What is the <base> uri for the loaded html? Also if you visit that js url, does it return anything?
I am now seeing this
Hmm follow up. This seems to stem from setting it up only allowing 1 concurrent connection. (This is what cloud run recommends for processes that require a large amount of compute).
hm, it could be that the ws is locking the concurrent process
I may just need to find a better way to host this. I basically need to spin up a single instance of the application per user because we do some intense computations in the application
can you do a single beefy instance on cloud run?
They max out at 32Gb. I need to try a few things. Ill let ya know what I find