Exactly what I was thinking. Could also be a permission error related to code running within the module. This would cause the module to not load properly if erroring early without good logging to see it’s trying to load.
For example; we have a script which runs a query for shipping methods on a CS. Some roles didn’t have access to the custom record, so when they loaded the page that error on pageInit was causing problems for everything else later. It was identified via error logs.