How to make only part of my app available offline (not the whole thing)?

0
Hi community!  I’m having quite a struggle here, I’ve built an app with two modules where most of it relies on REST API calls and uses persistent entities. Now my client wants to be able to use just one specific part of the app while offline (for example: create an audit, view the list of created audits, and add observations), and then sync everything once they go back online.   The problem is: When I create an offline navigation profile, Mendix tries to make the whole app offline-compatible. That generates a ton of errors, since most of my second modules is in microflows and pages depend on online-only data sources. Is there a way for having a hybrid app (mostly online, with specific offline features and pages)?   Thanks a lot in advance,  Cheers !
asked
0 answers