Please review this knowledge base and let me know if it helps
https://support.episerver.com/hc/en-us/articles/360002910312-409-conflict-Creating-page-block
I am experiencing the same issue. (Version 10)
I have reviewed the solution suggested in the link above https://support.episerver.com/hc/en-us/articles/360002910312-409-conflict-Creating-page-block and can confirm this occurs even when with existingResponse attribute is set to
existingResponse="PassThrough" />
or it's not added.
Here are some more details:
We had a selection factory which timed out causing a 409. We checked the logging and got an Unexpected error when requesting model accessor which pointed us to the problem in the stack trace.
I would check the logs for MetadataStore for any hints of what goes wrong.
In our case:
Unexpected error when requesting model accessor for EPiServer.Core.ContentData with parameter {"parentLink":"117","contentTypeId":24} System.Net.WebException: The operation has timed out at Sys (..) |
EPiServer.Shell.UI.Rest.MetadataStore |
ERROR |
20 |
If you are using a version earlier than 11.8 this can be caused by a custom validator which fires a validation message, but is not displayed due to bug Bug - CMS-11522
Read more on https://world.episerver.com/support/Bug-list/bug/CMS-11522
I have recently started to see this error message and am on EPiServer.CMS.UI 11.16.0.
We are seeing it on EPiServer.CMS.UI 11.18.0. It only happens when creating a block with custom validator from the ContentArea. When creating from assets pane, it works.
Same issue as described here: https://world.episerver.com/support/Bug-list/bug/CMS-11522
Hi! I'm having an issue creating a certain block of mine. It occurs both in production and in development and also running version 10 and the latest version.
When creating the block I get an error in my browser console stating a 409 conflict error. It happens approx 80 % of the times trying to create the block.
The request payload:
I can't see anything strange with the block other than that it inherits from another blocktype. But thats alright isn't it?