Hi,
For the last few days my web app has been getting intermittent 503 and 504 responses to API calls. I’m using the .NET SDK and my application ID is sq0idp-F4ya7v-DG12NERCMHQDWXw. I’m used to seeing one or two of these on occasion, but I’ve been getting between 50 and 60 per day since Saturday. The calls that return the error don’t show up in the Square Developer API logs at all, but here’s an example of what I’m logging when I get the ApiException:
2024-02-04 23:47:06.306 -08:00 [ERR] SquareClientWrapper.HandleSquareApiException ERROR: ApiException occurred (see subsequent details)
2024-02-04 23:47:06.307 -08:00 [ERR] Headers:
2024-02-04 23:47:06.307 -08:00 [ERR] Square-Version: 2023-08-16
2024-02-04 23:47:06.307 -08:00 [ERR] user-agent: Square-DotNet-SDK/30.0.0 (2023-08-16) .NET 6.0.9/6.0.9 (Microsoft Windows NT 10.0.20348.0)
2024-02-04 23:47:06.307 -08:00 [ERR] Content-Type: application/json
2024-02-04 23:47:06.307 -08:00 [ERR] accept: application/json
2024-02-04 23:47:06.307 -08:00 [ERR] Status Code: 503
Has Square been having server issues? Any insight would be appreciated. Thanks!
5 posts - 2 participants