November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Jonas,
I believe this was reported as a bug previously Bug - CMS-11522 (optimizely.com)
However I see you are on a later version.
There is also a support document that describe similar behaviour are these useful 409 conflict Creating page/block – Support Help Center (optimizely.com)?
Paul
Hi Jonas
To further build upon Paul answer, one soloution is to only change the behavior for request when in editmode like this.
<location path="Path/to/your/editAdmin">
<system.webServer>
<httpErrors errorMode="DetailedLocalOnly" existingResponse="Auto" />
</system.webServer>
</location>
Having implemented validation on a block works when editing an existing block but breaks on new block
Dojo gets status 409 "The page was not displayed because there was a conflict"
Any ideas on why?