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 (asynchronous) rendering of the tree items for documents (and very likely collections) and the corresponding backend operations are often not in sync.
Files displayed in the frontend, no longer exist on the backend, and vice versa.
Which leads to frequent 404 when running our testsuite, but can easily be reproduced manually as well, see #433, #517
GET http://localhost:8080/exist/restxq/fusiondb/index?uri=/db 404 (Not Found)
Note that in the above /db is supposedly not available which is pretty much impossible.
we need to reconsider the current design, and come up with something less flaky and more stable.
The text was updated successfully, but these errors were encountered:
duncdrum
changed the title
front- & backend synchronization issues for document operations
front- & backend synchronization issues for document operations resutling in 404Sep 21, 2021
duncdrum
added a commit
to duncdrum/fusion-studio-extension
that referenced
this issue
Sep 21, 2021
see #516
the (asynchronous) rendering of the tree items for documents (and very likely collections) and the corresponding backend operations are often not in sync.
Files displayed in the frontend, no longer exist on the backend, and vice versa.
Which leads to frequent
404
when running our testsuite, but can easily be reproduced manually as well, see #433, #517GET http://localhost:8080/exist/restxq/fusiondb/index?uri=/db 404 (Not Found)
Note that in the above
/db
is supposedly not available which is pretty much impossible.we need to reconsider the current design, and come up with something less flaky and more stable.
The text was updated successfully, but these errors were encountered: