Error on page with pagination widget in Mendix 8.7.0

0
Hi Mendix community, I have a problem with the pagination widget in Mendix 8.7.0. The following error is shown in the console: Cannot read property 'mendix.lib.MxDataSource.status' of null TypeError: Cannot read property 'mendix.lib.MxDataSource.status' of null     at Object.t.mxTranslation (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:3439)     at Object.t.translateMessageStatus [as getMessageStatus] (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:13720)     at t.getMessageStatus (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:23296)     at t.createMessage (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:22794)     at t.renderDefault (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:20625)     at t.renderPagination (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:20123)     at t.render (http://localhost:8085/widgets/com/mendix/widget/custom/listviewcontrols/Pagination.js?637213587567310590:12:19921)     at Oo (http://localhost:8085/mxclientsystem/mxui/mxui.js?637213587567310590:55:62950)     at jo (http://localhost:8085/mxclientsystem/mxui/mxui.js?637213587567310590:55:62745)     at Ao (http://localhost:8085/mxclientsystem/mxui/mxui.js?637213587567310590:55:66583) Anyone an idea how to fix this problem? The widget is already updated to the latest version.  Thanks in advance!
asked
1 answers
0

Does your front end user has permissions to read the value you refering with your widegt to?

answered