AI OnAI Off
Hi, what is React.AspNet.BabelFileMiddleware and WebMarkupMin? Seems like the latter one tries to change the response headers when they've already been sent. Does the issue persist if you disable WebMarkupMin?
Thanks for the response Johan, after disabling this package everything worked. Then after renabling it and moving where it is registered in my startup.cs file is running with no issues. Much appreciated.
Hey guys, I've been doing a .Net 6 upgrade to our Optimizely solution and have found a few issues in the CMS that I'm struggling to figure out. The site is working ok apart from a few areas of the CMS, most notable the Admin tabs seem to all be blank. I've tried upgrading all epi packages I can think of that may effect this and have had to do some minor refactoring in places but nothing that would cause these pages to break.
I get the following error upon any call to EPiServer/EPiServer.Cms.UI.Admin/ {"net::ERR_HTTP2_PROTOCOL_ERROR 200".}. I'm unable to upload a screen shot with my current account but the Chrome console will spit out an error like so
admin.bundle.js:631 GET https://domain/EPiServer/EPiServer.Cms.UI.Admin/ScheduledJobs/List net::ERR_HTTP2_PROTOCOL_ERROR 200 (anonymous) @ admin.bundle.js:631 e.exports @ admin.bundle.js:631 e.exports @ admin.bundle.js:1315 Promise.then (async) l.request @ admin.bundle.js:1315 r.forEach.l.<computed> @ admin.bundle.js:1315 (anonymous) @ admin.bundle.js:631 (anonymous) @ admin.bundle.js:1353 (anonymous) @ admin.bundle.js:1353 (anonymous) @ admin.bundle.js:1353 (anonymous) @ admin.bundle.js:1353 r @ admin.bundle.js:1353 t.fetchScheduleJobs @ admin.bundle.js:1353 (anonymous) @ admin.bundle.js:1171 (anonymous) @ admin.bundle.js:458 n.condition.n.condition.getState @ admin.bundle.js:458 (anonymous) @ admin.bundle.js:458 Object.assign.pending @ admin.bundle.js:458 (anonymous) @ admin.bundle.js:458 dispatch @ VM519:3665 (anonymous) @ admin.bundle.js:1353 as @ admin.bundle.js:1299 gl @ admin.bundle.js:1299 t.unstable_runWithPriority @ admin.bundle.js:1307 Ba @ admin.bundle.js:1299 ml @ admin.bundle.js:1299 Qs @ admin.bundle.js:1299 (anonymous) @ admin.bundle.js:1299 t.unstable_runWithPriority @ admin.bundle.js:1307 Ba @ admin.bundle.js:1299 Ga @ admin.bundle.js:1299 Va @ admin.bundle.js:1299 tl @ admin.bundle.js:1299 Bl @ admin.bundle.js:1299 t.render @ admin.bundle.js:1299 (anonymous) @ admin.bundle.js:1283 n @ admin.bundle.js:1 (anonymous) @ admin.bundle.js:1 (anonymous) @ admin.bundle.js:1
While on the .NET side of things I will recieve an error like so in the console
Does anyone have any idea on what could be causing this?
These are the packages I'm currently using in the project