Mendix 6 Upgrade Custom Login Error

0
We recently upgraded to Mendix 6 and have been experiencing an issue with our custom login page, when we start the application, a blank page appears instead of our custom login. In the console it shows the error below: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. widgets/CKEditorForMendix/widget/lib/ckeditor.js:3 CKEDITOR SCRIPT LOADING. mxui.js?635927072807239688:21 SyntaxError: Unexpected identifier at eval (eval at <anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:3521), <anonymous>:2:22) at Function.req.eval (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:3598) at _90 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:14675) at _f5 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:15614) at Function.req.getText (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:3400) at _33 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:16199) at _9 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:328) at http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:7141 at _38 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:13512) at _7b (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:7126) at http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:17135 at _9 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:328) at _7f (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:17112) at _f5 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:15639) at Function.req.getText (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:3400) at _33 (http://localhost:8080/mxclientsystem/mxui/mxui.js?635927072807239688:21:16199)_4a4 @ mxui.js?635927072807239688:21 It was showing errors related to custom widgets in our application, but those have been resolved, now it is displaying the one above. Is this error related to anonymous users? Any suggestions would be greatly appreciated. Thank you.
asked
4 answers
1

Monique, can you give examples of the page(s) used? Are you using any Appstore or Custom widgets on the login page? Did you reproduce this in a sample project we can look at ?

Happy to give it a look, but need more Intel

OK... i did set-up a small sample project in the 6.3.1. For me it all seems to work correctly, so I figure that it is either a settings problem or an issue with rights.

I can send you the sample project to compare, but I need a direct contact and it does not seem like you have a developer profile yet....

answered
0

Hello,

I am using the Login widget from the App store on our custom login page.

answered
0

From your error message it looks like there maybe an issue with the CK editor widget. Have you upgraded this to the latest Mendix 6 version?

answered
0

Thank you for all the response, we figured out that the error was related to older widgets we were using that were not compatible with Mendix 6.

answered