Skip to content

Add a Troubleshooting section to the integrations intro page covering#1097

Merged
he2ss merged 3 commits into
mainfrom
docs/integrations-troubleshooting
Jun 3, 2026
Merged

Add a Troubleshooting section to the integrations intro page covering#1097
he2ss merged 3 commits into
mainfrom
docs/integrations-troubleshooting

Conversation

@he2ss

@he2ss he2ss commented Jun 2, 2026

Copy link
Copy Markdown
Member

No description provided.

@aws-amplify-eu-west-1

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1097.d1to60jd2gb6y6.amplifyapp.com


### Truncated / incomplete blocklist

To keep responses small, the integration endpoint prefers **compression**. When a client doesn't support compression and the response is too large, the response is **truncated**, so your device only receives part of the blocklist.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

give an order of magnitude


An `HTTP 429` response means your integration is being **rate limited** because it is pulling more frequently than your plan allows:

- **Community**: 1 pull every 24 hours.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already documented above, but good to mention 429 (but do a "see above")


Many devices support compression natively. For instance, the [Mikrotik integration](integrations/mikrotik.mdx) sets `http-header-field="Accept-Encoding:gzip"`.

- **Use pagination.** If your client cannot handle compression, fetch the list in smaller chunks using the `page` and `page_size` query parameters. See [Managing integrations size limits with pagination](console/service_api/integrations.md#managing-integrations-size-limits-with-pagination).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest max page size if you're not using compression

@he2ss he2ss merged commit bb766e3 into main Jun 3, 2026
3 checks passed
@he2ss he2ss deleted the docs/integrations-troubleshooting branch June 3, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants