BUG: Accounting Sync - Possible typo in get request URL to codat.io
This call gets 404 response:
It's possible that the issue is the two forward slashes "//" before "clients" in the URL, but more likely this call should not be made if there are no sync to begin with.
Response:
{
"statusCode": 404,
"service": "SyncApi",
"error": "No successful sync was found for company 950f526a-99cc-44a4-ba7c-d73c24d93358.",
"correlationId": "a21e636ff3581f8979ed6ef99ef0fb0b",
"canBeRetried": "Unknown",
"detailedErrorCode": 0
}
The "Sync schedule" tab is currently bugged and only shows the "Time zone" config item. This might be the reason.
1
vote
Matias E. Fernandez
shared this idea