I am getting the following error when using the webAPI in a pcf control when offline: UciError: API can be accessed only when offline is enabled.
I am making a call to retrieveMultipleRecords as follows:
this._context.webAPI.retrieveMultipleRecords
Is there something that I need to enable to get webAPI to work in a pcf control when offline?