Moodle App Crash

Re: Moodle App Crash

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi,

sorry for the delay in answering, it's been some crazy months lately.

This error is displayed because the app takes too long to load. You can increase the accepted load time by adding this line to config.xml (it was already added to the v3.5.0 branch of the app):

<preference name="LoadUrlTimeoutValue" value="60000" />

When building for release you should compile using AOT mode so it loads faster, I'll add instructions on how to do it in the development guide.

Cheers,

Dani