Error 429 when using davx5 with task management app "Tasks" (task.org) #1707
Answered
by
knutlegrand
knutlegrand
asked this question in
Questions / Problems
-
Problem scope
App version
Android version and device/firmware typeAndroid 16 (Pixel 7A)/ Android Steps to reproduce
Actual resultUsing Tasks as tasks management app -> get error 429 Expected resultNo response Further infoNo response |
Beta Was this translation helpful? Give feedback.
Answered by
knutlegrand
Mar 3, 2026
Replies: 1 comment 8 replies
-
|
429 Too Many Requests indicates that some rate limit was exceeded. I suspect that this is not related to jtx Board or tasks.org, but just about too many requests (syncs) within short time. It depends on how your server is configured. I don't think that this is a DAVx5 problem. If there's any indication that DAVx5 could do something else to avoid this error, please let us know. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Moini On my side, this is solved.
I'm using Cloudflare (free plan) and some security rule filters requests. Using the free plan, this rule cannot be deactivated, meaning it's almost hidden from the user. It took quite a long time to identify this.
But I found that I could create a security rule to allow requests to/from my devices. This has a higher priority than the default one, meaning all my requests pass through and therefore no more errors 429 occur