November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Forgot to mention that I tried to enable Limit touch support and reseting the views but it didn't help. Here is an image of the view I'm stuck with when attempting to access the edit mode. It's the same when I attempt to edit a page directly by url.
Edit:
After debugging the js sources I managed to find that the issue is related to that the ModuleManager method _runModuleInitializer has trouble initializing epi.shell.ShellModule.
Here's a slightly better call stack for the problem:
"Error: Target must be an event emitter at _1f9 (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:49846) at Function.on.parse (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:49186) at on (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:48449) at _d95.start (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/epi/shell/widgets.js:2:480309) at .<anonymous> (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/epi/shell/widgets.js:2:399050) at http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:30941 at when (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:81864) at _b52.initialize (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/epi/shell/widgets.js:2:398901) at .<anonymous> (http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/epi/epi.js:2:8783) at http://localhost:50433/EPiServer/Shell/9.4.4.0/ClientResources/dojo/dojo.js:15:30941"
Edit2:
This was somehow related to using a multi-site license and having the use site specific assets option flagged. When I removed the site and remade it, this issue disappeared.
Hey,
I'm having this weird problem that I can't get anything into edit mode suddenly anymore due to this dojo related script error I'd guess? I'm using a fairly fresh install of the latest Episerver packages from nuget (not pre-release though). The CMS seems to otherwise work and the site opens as usual, all help is accepted :).