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

front- & backend synchronization issues for document operations resutling in 404 #521

Open
duncdrum opened this issue Sep 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@duncdrum
Copy link
Contributor

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, #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.

@duncdrum duncdrum added the bug Something isn't working label Sep 21, 2021
@duncdrum duncdrum changed the title front- & backend synchronization issues for document operations front- & backend synchronization issues for document operations resutling in 404 Sep 21, 2021
duncdrum added a commit to duncdrum/fusion-studio-extension that referenced this issue Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant