-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Failed to delete Media Item in Umbraco 13 #18055
Comments
Hi there @humandigital-michiel! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
I've had a quick look at this using the latest and previous versions. The replication steps seem clear, but I don't see this behaviour. |
that's unfortunate. Can I try something else to get more logging? Is there perhaps a setting that i could touch? |
I think you've probably shared all you can. Might just be worth me asking, if you have time, to see if you can see this on a clean installation? If so, then there should be no reason why I can't replicate. If not, then we might then need to look into what's specific about your project that is causing it. |
Ok, just ran a vanilla umbraco 13.5.3 against our customer database, and i've got the error. |
Assuming you don't see it on a newly installed database, is there any chance you could share the customer database with me? Perhaps first having deleted members or anything else with PII etc.. If so, you can reach me at abl AT umbraco DOT dk to send me a download link. |
We are missing item -21 in umbracoNode
This resolves it! |
Glad you've managed to fix your issue. Do you have any idea how this record got removed? If we can identify that would be good to know, as you clearly shouldn't be able to delete your recycle bin! |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.3
Bug summary
Added a Media item (png file) in the root of the Media folder. Saved. And after that i deleted it. I get the following result:
Failed to delete item 47850
Sequence contains no elements
Specifics
https://localhost:44375/umbraco#/media/media/edit/47850?mculture=nl
Steps to reproduce
When i try the same actions on a Umbraco 12 database. Umbraco 12.3.9, this works fine.
Also when i try to delete a content page, it also works fine.
Is there something changed in between versions? Do i need some configuration?
Expected result / actual result
A deleted file.
The text was updated successfully, but these errors were encountered: