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
In js client, when a plugin fails to load all that's shown in the console window is eg :
Plugin Plugin-Name failed to load in 180s.
Suggest adding debug logging of the traceback / issue. Also in this particular instance it's unclear why a plugin would have taken so long to load, so my guess is it actually failed to load but that didn't get propagated back to the pluginManager somehow.
The text was updated successfully, but these errors were encountered:
In js client, when a plugin fails to load all that's shown in the console window is eg :
Suggest adding debug logging of the traceback / issue. Also in this particular instance it's unclear why a plugin would have taken so long to load, so my guess is it actually failed to load but that didn't get propagated back to the
pluginManager
somehow.The text was updated successfully, but these errors were encountered: