Cannot build Docker image because it shows errors in it - without any errors

0
Hi,   we are currently trying to create a Docker image using the mendix docker buildpack. It throws an error that says:  ERROR: The project cannot be deployed, because it contains errors. ERROR at Calendar, Snippet 'Snippet_TeamHelper_GeneralCalendars', Property 'List widget' of data view 'dataView14': A data view cannot listen to the selection of Data grid 2 'dataGrid2_1', because it is not available here. ERROR at Calendar, Page 'TeamHelper_ManageShifts', Property 'List widget' of data view 'dataView2': A data view cannot listen to the selection of Data grid 2 'dataGrid2_1', because it is not available here. When we run the app locally it just works fine, even when using said pages. We tried to use different build pack versions and stuff like clean deployment directory but nothing worked.    Do you have any idea what the error could be? 
asked
1 answers
0

oh i forgot: i have checked if i have selected "limit to current tab" or something like that. There really are no errors in the application and i can run it just fine locally

answered