Enable offline mode with pwa in mendix app

1
Hello, May i can ask you a question if it is possible. I have an application which i want to use it in offline mode to. I am trying to create responsive web offline for example and i am using the same existing profile as normal responsive but i am getting errors which says that microflows can’t be used in an offline mode. If there is any help from your side i would be really thankfull.
asked
1 answers
1

Hi Besnik,

For the basics, I would advise you to read up on the concept of Offline-first.

Microflows run on the server, and therefore need a connection to function. Replace your Microflows with Nanoflows (which run on the client) to get rid of the errors you are having.

answered