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
On the spaceDetails page, services can't be loaded due to the following error:
libs.min.js:100 TypeError: Cannot read property 'service' of undefined
at application.min.js:3
at Object.s [as forEach] (libs.min.js:7)
at application.min.js:3
at libs.min.js:109
at h.$eval (libs.min.js:123)
at h.$digest (libs.min.js:120)
at h.$apply (libs.min.js:123)
at n (libs.min.js:80)
at O (libs.min.js:84)
at XMLHttpRequest.D.onload (libs.min.js:85)
Ok I see.. user-provided services do not have a service_plan field. That's why it crashes. You should check whether the service has a service_plan field and if not display -user-provides- or just skip it.
On the spaceDetails page, services can't be loaded due to the following error:
It is this part of the code:
Don't know if it is a general bug. Anyway, I am trying to fix it now.
The text was updated successfully, but these errors were encountered: