-
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
V8: Failed to retrieve data after editing an uploaded image while creating a new node #7377
Comments
Aah, thats annoying, I can reproduce the issue. Thanks for logging the issue. If you would like to help out fixing the issue, that will be great! |
Hi @saifobeidat, We're writing to let you know that we've added the For more information about issues and states, have a look at this blog post Thanks muchly, from your friendly PR team bot :-) |
I'm looking into this now - I think the problem is caused by an API call attempting to get content using the media item ID Edit: sort of. Things were getting confused by not hiding code behind the infiniteMode flag - editor state was being updated, which caused a route update, but since we're in an infinite editor in the content section, the route was applying the media ID to a content path. I think. PR incoming. |
Related, but different - the type attribute here is a duplicate change, but the route change and subsequent 404 is a different issue, specific to saving a media item when editing it from a new content node |
Fixed in #7449 |
I tried to edit an uploaded image while creating a new node and once I finish editing, it fails and I got a loading screen with errors on the console:
and on my screen I got:
Umbraco version
I am seeing this issue on Umbraco version: 8.4
Reproduction
Bug summary
Steps to reproduce
1- Create a new node
2- Upload an image
3- Edit the uploaded image ( fill any text in a new property ) and click on "Save and Close"
(GIF)
Note that this issue doesn't occur when you edit an image from the media picker dialog
And also it doesn't occur when you try to edit an image of existing nodes (not new).
Expected result
Should be able to continue on node creation process
Actual result
Got a blank screen
The text was updated successfully, but these errors were encountered: