AI OnAI Off
No errors in DevTools either, or I just don't know what to look for.
It seems the requests for the pages goes out, and a response comes back with lists of pages correctly.
So I suspect it is something frontend from the old site that just prevents it from rendering, although without triggering any errors. 🤷♂️
Oh the joy... :)
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.