Oops: this document is published but is not in the cache (internal error)
I've created a new document type and created a page from this type. I've filled out all the required fields and published the page and I get the following error in the Link to document field
Oops: this document is published but is not in the cache (internal error)
and the following error in the log file
2013-06-08 18:03:14,209 [59] WARN Umbraco.Web.Routing.NiceUrlProvider - [Thread 5] Couldn't find any page with nodeId=3198. This is most likely caused by the page not being published.
Oops: this document is published but is not in the cache (internal error)
I've created a new document type and created a page from this type. I've filled out all the required fields and published the page and I get the following error in the Link to document field
Oops: this document is published but is not in the cache (internal error)
and the following error in the log file
2013-06-08 18:03:14,209 [59] WARN Umbraco.Web.Routing.NiceUrlProvider - [Thread 5] Couldn't find any page with nodeId=3198. This is most likely caused by the page not being published.
Any ideas
It turns out that umbraco was configured to use distributedCalls which wasnt updating the local cache properly.
config/umbracoSettings.config
is working on a reply...