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

Backend exception causes infinite waiting #1718

Closed
ComiR opened this issue Mar 23, 2018 · 2 comments
Closed

Backend exception causes infinite waiting #1718

ComiR opened this issue Mar 23, 2018 · 2 comments
Labels
Bug Label to mark the change as bugfix Frontend / Frontend-API UI & UX

Comments

@ComiR
Copy link
Contributor

ComiR commented Mar 23, 2018

Description

If the backend throws an exception (i.e. at the /neos/ui-services/flow-query endpoint), the UI doesn't show an error, it just waits for an answer indefinitely (i.e. the loading indicator/spinner shows forever).

Steps to Reproduce

  1. create a subpage
  2. remove the property uriPathSegment (directly in the database) [2]
  3. open the parent page in the UI

[2] I created a page without the permission to edit it (the page created matched a NodeTreePrivilege). Therefore I ended up with a page node without properties.

Expected behavior

Show an error message and stop waiting.

Actual behavior

Infinite waiting.

Affected Versions

Neos: 3.3.9
UI: 1.0.9

@ComiR
Copy link
Contributor Author

ComiR commented Dec 4, 2018

With UI 1.4.1, this is much better. It still is waiting indefinitely, but at least the error page gets shown in the content frame.

@grebaldi
Copy link
Contributor

grebaldi commented May 2, 2023

Closed in favor of #3477.

@grebaldi grebaldi closed this as completed May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Label to mark the change as bugfix Frontend / Frontend-API UI & UX
Projects
None yet
Development

No branches or pull requests

2 participants