You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading the wasm ui from the service (especially if it is not running on localhost) takes significant amount of time while the console and network monitor show repeated requests for the main javascript file.
From the error messages it seems that each browser working thread starts up its own request for the javascript it is supposed to run, overwhelming the httplib based rest backend of the service.
Searching for the messages brings up some threads, but the most helpful i could find was this one suggesting to update emscripten. emscripten-core/emscripten#15548 (comment)
The text was updated successfully, but these errors were encountered:
Loading the wasm ui from the service (especially if it is not running on localhost) takes significant amount of time while the console and network monitor show repeated requests for the main javascript file.
From the error messages it seems that each browser working thread starts up its own request for the javascript it is supposed to run, overwhelming the httplib based rest backend of the service.
Searching for the messages brings up some threads, but the most helpful i could find was this one suggesting to update emscripten.
emscripten-core/emscripten#15548 (comment)
The text was updated successfully, but these errors were encountered: