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
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
create a subpage
remove the property uriPathSegment (directly in the database) [2]
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
The text was updated successfully, but these errors were encountered:
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
uriPathSegment
(directly in the database) [2][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
The text was updated successfully, but these errors were encountered: