e.withConfig is not a function TypeError: e.withConfig is not a function

0
My app gets stuck I’m getting this error in the Console. Any help? Running 8.12.0 Thanks!
asked
5 answers
2

In my case the solution was to add read access to the attribute.

answered
0

Hello,

Are you using a widget downloaded from the appstore on the page you are trying to load? If so, please check whether it's compatible with Mendix 8 and if all the required fields are configured.

answered
0

Hi Yvonne,

Thank you for the replay. No extra widgets in this project. 

answered
0

I’m getting the same error when trying to login with demo_user.
I’m using version 9.0.2.

Full stack trace is here:

 

e.withConfig is not a function TypeError: e.withConfig is not a function
    at ce.createDayFormatter (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:24:185100)
    at new ce (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:24:184276)
    at go (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:49266)
    at Va (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:68665)
    at Us (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:112366)
    at Oc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:98322)
    at xc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:98250)
    at wc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:98113)
    at hc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:95100)
    at sc (http://localhost:8080/mxclientsystem/mxui/mxui.js?637475352575990018:46:92448)

 

answered
0

Same error here. Receive it when editing an employee of the Crash Course application.

 

e.withConfig is not a function TypeError: e.withConfig is not a function
    at t.createDayFormatter (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:39:218436)
    at new t (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:39:217644)
    at Xi (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:47126)
    at ua (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:62618)
    at Ns (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:99313)
    at xs (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:83663)
    at ws (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:80695)
    at ds (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:78210)
    at Hs (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:104968)
    at Gs (http://localhost:8081/mxclientsystem/mxui/mxui.js?637635460987054740:61:105043)

answered