A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
Hi
I'm working on upgrading a site from CMS 11 to 12, and has gotten it up and running with not too many larger issues now, except one.
The edit tab comes up completely empty. No tree or anything.
I have tried trace-logging, without any errors. It look like it is loading something, but not anything that produces any content.
Here is a short excerpt from the logs, quite a few rows similar to these are logged when loading the page:
It looks like it is just trying to sort out the templates. But I'm guessing it should display a site-tree anyway, were there something wrong with the templating?
It is probably something easy I have overlooked. Or perhaps there is something odd with the data from the old site.
Another problem that might be related is that even though the site is browsable alright, it doesn't seem to detect there is a translation of that page (ie, the "in english" doesn't display as it should)?
Anyone has any ideas where to look?
EDIT:
I should add that we have implemented custom LDAP user/role providers, overriding the UIUser-, UIRole and UISignIn-managers as well as the SecurityEntityProvider.