The doctype with my grid did not have default template, or more specifically I did not assign it a template as i'm using it as a page section to be included within another page, so techincally doesn't require one - but when I gave it one, the 404 went away and my DTGE was rendering in the backoffice.
For others searching on this topic, also check your umbracoSettings.config. I was getting this backoffice 404 issue and 2 hours later found that the following Umbraco setting was the culprit:
disableFindContentByIdPath="true"
First time I encountered this setting but there you go. Changing this to false resolved it.
404 error with preview
Hi There,
I have created a partial to view a preview in the backoffice, however I'm getting an error which appears to be a 404
From the Chrome log:
POST http://spw.localhost/1087?dtgePreview=1 404 (Not Found)
The doctype I'm testing with has a tab with single textbox property
I'm using umbraco 7.2.4 and DTGE 0.1.1 with the default 'doc type' grid editor
Could there be something else I need to setup (permissions? config option?)
The error only appears in the backoffice, renders fine on the published page.
Cheers
Ismael
I reckon I found the cause.
The doctype with my grid did not have default template, or more specifically I did not assign it a template as i'm using it as a page section to be included within another page, so techincally doesn't require one - but when I gave it one, the 404 went away and my DTGE was rendering in the backoffice.
Cheers
For others searching on this topic, also check your umbracoSettings.config. I was getting this backoffice 404 issue and 2 hours later found that the following Umbraco setting was the culprit:
First time I encountered this setting but there you go. Changing this to false resolved it.
Unfortunately, neither of the above suggestions are working for myself. I'm still getting
Any ideas?
Versions
is working on a reply...