-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to delete document that is visible in the Workbench #169
Comments
I was able to delete the |
I have this issue again now. In the workbench, I have 5 documents showing in the document explorer, but only one of the 5 is actually readable. I'm going to hold on to my current dataset so that maybe we can troubleshoot this issue by using it. |
Note that if I execute the current workbench from the Workbench code base ( When running from the code base, the Workbench reports:
So, then I fired up my Workbench container again and it reports the same:
Interesting thing is... after firing up my workbench container again, now all 5 docs can be opened in that Workbench instance! So, I fired up my blog app again and, lo and behold, I can open all the documents there too now. So... it's strange. Intermittent. The issue doesn't stick. Is there some kind of caching going on in the platform where, having opened these documents in one way, it somehow fixed how they open from then on? |
Using: Workbench: v5.0.0 / SDK: v5.0.0 / Platform: v5.0.0
I had two documents under posts/ container in the Workbench:
I created 5 new documents using my own input form: Test Blog Post (1-5).
I deleted
hello-world/
using the Workbench.Now, when I try to delete
hello-caden/
using the Workbench, I get the following in the browser console:DELETE http://localhost:8083/posts/hello-caden/ 404 (Not Found)
And I get this message in the view:
The
hello-caden/
document is not only showing in the document explorer, but it is also beingreturned from my application as shown in the following console log:
This is how my code is generating the above list:
The text was updated successfully, but these errors were encountered: