So weird situation here. I'm unable to create content any more.
My users is the primary admin account and has full permissions, I've also checked 3 other test accounts and all have the same issue.
When I click the three dots menu button next to any node I don't get the "Create" menu, instead it skips straight to the "do something else" menu.
Looking in dev tools I can only see the request to /umbraco/backoffice/UmbracoTrees/ContentTree/GetMenu (query string ommited)
This is returning a 200 response but the follow up requests of create.html and GetAllowedChrildren don't fire at all.
Looking into the response I'm getting null for "defaultAlias" when it should be "create". What I don't get is why this is happening. Anyone got any ideas?
Umbraco version 7.13.2
I believe I'm hitting the ContentTreeController and getting as far as PerformGetMenuForNode but I'm not 100% on this as I'm not sure how best to hook up a specific version of Umbraco Source to a website to try and debug it.
Thanks
Nik
----Update----
Things I've tried:
Clear Client Dependency
Clean VS solution
Update-Package -r UmbracoCMS to force a reinstall of the nuget package
Delete App data \ temp directory
Confirm user account permissions via GUI
Confirm user account permissions via database
Create brand new users and with create permissions and test with that.
That's really an odd issue - This might be a long shot but I'm wondering if perhaps the disk is running out of space? I've previously experienced similar issues where the backoffice started acting up because disk space was running out so it might be worth to check.
I don't suppose you see any useful error messages in dev tools or in the log file?
Unable to create content
Hey All,
So weird situation here. I'm unable to create content any more.
My users is the primary admin account and has full permissions, I've also checked 3 other test accounts and all have the same issue.
When I click the three dots menu button next to any node I don't get the "Create" menu, instead it skips straight to the "do something else" menu.
Looking in dev tools I can only see the request to
/umbraco/backoffice/UmbracoTrees/ContentTree/GetMenu
(query string ommited)This is returning a 200 response but the follow up requests of
create.html
andGetAllowedChrildren
don't fire at all.Looking into the response I'm getting
null
for "defaultAlias" when it should be "create". What I don't get is why this is happening. Anyone got any ideas?Umbraco version 7.13.2
I believe I'm hitting the
ContentTreeController
and getting as far asPerformGetMenuForNode
but I'm not 100% on this as I'm not sure how best to hook up a specific version of Umbraco Source to a website to try and debug it.Thanks
Nik
----Update----
Things I've tried:
Hi Nik
That's really an odd issue - This might be a long shot but I'm wondering if perhaps the disk is running out of space? I've previously experienced similar issues where the backoffice started acting up because disk space was running out so it might be worth to check.
I don't suppose you see any useful error messages in dev tools or in the log file?
/Jan
is working on a reply...