Email Routing Analytics
Hello. I've come across a bug with the Activity Log in my Email Routing Analytics. When selecting a range beyond 24 hours the UI updates but shows the previous data. Digging into the GraphQL responses, it looks like the API encforces limits on the queryable time span but the UI doesn't account for this, allowing users to select arbitary date ranges, which will fail.
If I manually craft a
fetch()
request for a specific day within the allowed timespan I get the results I am expecting.
For reference, this is the error message I get back:
query time range is too large for zone {xxxx}. Time range can't be wider than 86400s, but it's 604800s
0 Replies