Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

error-while-attempting-to-call-load-module-data.md

File metadata and controls

9 lines (5 loc) · 351 Bytes

Error While Attempting to Call 'load' or 'loadModuleData' Inside Holocron Module

Why This Error Occurred

This is usually an uncaught error in the loadModuleData promise chain that bubbles up and gets caught by One App.

Possible Ways to Fix It

Add a try/catch in your promise chain to debug the actual error that is being produced.