Offline app building

0
In which version of mendix the offline app will work? Because I have create the offline app in 9.12.4 and 10.2.0 but each and every time I am getting this error :    Error: This browser does not support offline functionality    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638441975958274407:5:174611    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638441975958274407:5:174752    at async t.K.startup (http://localhost:8080/mxclientsystem/mxui/mxui.js?638441975958274407:5:174323)   So which version is compatible for building mendix offline app?
asked
2 answers
0

Hello Riya,

 

The technology running(WebSQL) an offline PWA is not supported anymore by chromium(Chrome, IE, Edge etc.).

You can request an extension of support by google, to support WebSQL for a longer period of time, but in the end it will be abolished. Mendix is currently searching for another technology that will support PWA offline for the future.

 

more information here: 

https://www.mendix.com/blog/websql-removal-and-how-it-affects-your-mendix-pwas/

https://developer.chrome.com/blog/deprecating-web-sql

 

If you still want to continue with building an PWA offline and want to test the offline profile then you can install an older version of chromium to test your application 

 

https://vikyd.github.io/download-chromium-history-version/#/

 

Hope this helps

 

Good luck

 

answered
0

Before October 31, 2023

answered