diff --git a/backend/src/integrations/apps.ts b/backend/src/integrations/apps.ts index 5feb5e6d8..a748f199f 100644 --- a/backend/src/integrations/apps.ts +++ b/backend/src/integrations/apps.ts @@ -205,6 +205,7 @@ const getAppsNetlify = async ({ accessToken }: { accessToken: string }) => { const params = new URLSearchParams({ page: String(page), per_page: String(perPage), + filter: 'all' }); const { data } = await request.get(