Add a Troubleshooting section to the integrations intro page covering#1097
Merged
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
nitescuc
approved these changes
Jun 3, 2026
buixor
reviewed
Jun 3, 2026
|
|
||
| ### 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. |
buixor
reviewed
Jun 3, 2026
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
already documented above, but good to mention 429 (but do a "see above")
buixor
reviewed
Jun 3, 2026
|
|
||
| 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). |
Contributor
There was a problem hiding this comment.
suggest max page size if you're not using compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.