-
Notifications
You must be signed in to change notification settings - Fork 595
Open
Labels
Description
data-provider.js fails during container preparation (downloading
, preparing
).
This causes a complete halt of the visualization in the event you have a restart:always
container failing on preparing
(e.g. 'Invalid mount type..', etc)
data-provider.js:85 Uncaught (in promise) TypeError: Cannot read property 'ContainerID' of undefined
at data-provider.js:85
at a (index.js:326)
at Function.<anonymous> (index.js:3241)
at s (data-provider.js:67)
at Array.forEach (<anonymous>)
at w (data-provider.js:221)
at data-provider.js:280
Not sure why, as it should've had a container ID to get that far.
serchuz, jackyxuebin, anikrajc, tf42src and wt911122