I made an editor type app in version 14.20.0. It requests data about quay walls from an API, this data is a few MB. In the local development version it works perfect.
In the published editor type app it often does not work as I expect. The error report says:
No stack trace available since the job was killed unexpectedly. This usually happens when:
- too much memory was used (most likely)
- too much disk space was used
Any advice on how to solve this problem?
In another app (tree type, v14.16.1) almost the same functionality is implemented, but without putting the data in a params table. That requires multiple calls to the API to set a few other params that are used to filter the data for plots. That works without issue in the development and the published version