stratos
stratos copied to clipboard
Home Page: Cf home card shows error icon when there are too many apps to fetch
- recent apps list attempts to fetch all apps, which uses flattenPaginationMax
- this stops the cf app from being de-pagination if there are too many apps to fetch
- when this is hit the warning triangle shows for the icon
- these lists should use a custom pagination key and override the
results-per-pageparam to only fetch a small number of apps
This can be triggered by settings UI_LIST_MAX_SIZE to a low number. It's normally advised to also set the 'results-per-page' initial param in GetAllApplications action to something at or below this value