@mark-robustelli The size of the tpl folders for each theme is around 352 KB - 404 KB.
I would like to mention that the hang occurs when launching the instance in a Linux environment with the Docker image.
If I launch a local instance on a Windows computer against the same PostgreSQL database, the hang problem does not occur.
Version: 1.62.1
Platform: Windows 11 10.0 amd64
Instances are launched with ENV var:
FUSIONAUTH_APP_MEMORY=1024M
DATABASE_CONNECTION_HEALTHCHECK_99PERCENT_MS=500
When consulting Prometheus metrics with /api/status after the instance has recovered from the hang, errors appear in the theme search
"prime-mvc.[/api/theme/search].errors": { "count": 2, "fifteenMinuteRate": 0.001224500060165843, "fiveMinuteRate": 0.002437052376257949, "meanRate": 0.0012614192847508726, "oneMinuteRate": 0.003282810949244636 },Any idea how to find the error that occurs in the internal call from fusionauth admin app to its API?