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

Deleting a space with many apps fails #1931

Closed
richard-cox opened this issue Apr 9, 2018 · 5 comments
Closed

Deleting a space with many apps fails #1931

richard-cox opened this issue Apr 9, 2018 · 5 comments
Assignees
Labels
bug P1 Priority 1

Comments

@richard-cox
Copy link
Contributor

richard-cox commented Apr 9, 2018

On the org spaces tab, delete a space with many apps

  1. The request takes a while to execute, there's no concept of progress shown on screen
  2. The space is still shown on screen when a successful delete occurs
  3. Navigating to org summary after gives shows a console error
    • ERROR TypeError: Cannot read property 'entity' of null
       at eval (card-cf-recent-apps.component.ts:61)
      

Also saw apps still in app wall once, however this was probably the exception borking things

@richard-cox richard-cox added the bug label Apr 9, 2018
@richard-cox richard-cox added the P1 Priority 1 label Jun 8, 2018
@KlapTrap KlapTrap self-assigned this Jun 13, 2018
@KlapTrap
Copy link
Contributor

Progress added #2387

@KlapTrap
Copy link
Contributor

KlapTrap commented Jun 14, 2018

I deleted a space with 50 apps and got and exception:

https://localhost:4200/pp/v1/proxy/v2/spaces/8bd5b5b6-459c-4f77-beea-f0ef052de2d3?recursive=true&async=false 500 ()

Internal Server Error

The space did actually get deleted.

@KlapTrap
Copy link
Contributor

Got FE exception from cf.helpers hasRole, accessing metadata of undefined.

@richard-cox
Copy link
Contributor Author

richard-cox commented Jun 19, 2018

Org exception address in #2393. 500 error should be fixed in #2401. Need to retest once that's in

@richard-cox
Copy link
Contributor Author

Tested the following on our stable SCF
Delete org with a space with 101 apps - Showed 'deleting' state and after 46 seconds successfully completed without error
Delete space with 101 apps - Showed 'deleting' state and after 41 seconds successfully completed without error

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

2 participants