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
The include-relations value is populated by comparing the 'include-relations' action property list with the action's entity schema. It could be a different or changed schema is somehow used
Reload the app on the Create Service instance screen
Proceed to create a service instance, after completing the following exception occurrs:
ServiceInstanceCardComponent.html:8 ERROR TypeError: Cannot read property 'entity' of undefined
at ServiceInstanceCardComponent._this.getSpaceURL (service-instance-card.component.ts:126)
at Object.View_ServiceInstanceCardComponent_0._co [as updateDirectives] (ServiceInstanceCardComponent.html:8)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:11914)
at checkAndUpdateView (core.js:11307)
at callViewAction (core.js:11548)
at execComponentViewsAction (core.js:11490)
at checkAndUpdateView (core.js:11313)
at callViewAction (core.js:11548)
at execEmbeddedViewsAction (core.js:11511)
at checkAndUpdateView (core.js:11308)
Create a service instance.
There is no error message - we got an exception in the console. Looks like the ServiceInstances action is not specifying space-inline in its API call.
The text was updated successfully, but these errors were encountered: