Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after creating a service instance #2473

Closed
nwmac opened this issue Jun 20, 2018 · 2 comments
Closed

Error after creating a service instance #2473

nwmac opened this issue Jun 20, 2018 · 2 comments
Assignees
Labels
bug P1 Priority 1

Comments

@nwmac
Copy link
Contributor

nwmac commented Jun 20, 2018

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.

@nwmac nwmac added bug V2 P1 Priority 1 labels Jun 20, 2018
@richard-cox
Copy link
Contributor

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

@irfanhabib irfanhabib self-assigned this Jun 21, 2018
@irfanhabib
Copy link
Contributor

Reproduced the issue:

  1. Reload the app on the Create Service instance screen
  2. 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P1 Priority 1
Projects
None yet
Development

No branches or pull requests

3 participants