60
Views
2
Comments
Timeout error in loading modules (https://requirejs.org/docs/errors.html#timeout)
Question
Platform Version
11.32.0 (Build 44135)

Hi, is there anyone that came across a time out error related to RequireJS ? In the official documentation I've found that for ODC there is a transition underway from RequireJS to JavaScript builder and in some extent this error is related to it, but for O11 ? what's the root cause of this? is there any obsolete component in the module that is being loaded?

That's the start and end of the error: 

"[ErrorScreen] Load timeout for modules ...etc...etc.... https://requirejs.org/docs/errors.html#timeout"

2026-03-12 10-32-06
Wahaj Adil

hi @lorenzo costa , hope you're doing well.

  • this may be because of large and obsolete javascrpts.
    some of the custom third party JS components rely on RequireJS and may not be optimised or loaded.
  • circular or missing dependencies may also be the cause for this.

thanks and regards! 

2024-12-17 14-32-59
Matthias Preuter
 
MVP

I have something similar when upgrading a mobile app from MABS 10 to MABS 11.0 (and 11.1). There is no problem in Android; but in iOS the Google Maps Library Forge component isn't working; and gives the error: 

Load timeout for modules: googlemaps!_unnormalized2,googlemaps!

https://requirejs.org/docs/errors.html#timeout

Anyone knows a solution for this (in O11)?

Best regards,

Matthias

(will also post this in the Google Maps Library Forge component)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.