You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Sentry in my React Native app. It sends an error log anytime an HTTPS call receives a 503 response. I now see random and inconsistent 503 errors when [react-native-store-version] checks for an updated version. Is anyone else experiencing the same?
I see a lot of 503 errors in Sentry with this package and the URL: https://itunes.apple.com/lookup. Is Apple against using this URL for this purpose and prefers that the Apple Store API be used instead?
I installed Sentry in my React Native app. It sends an error log anytime an HTTPS call receives a 503 response. I now see random and inconsistent 503 errors when [react-native-store-version] checks for an updated version. Is anyone else experiencing the same?
Here is a public link to the Sentry entry.
https://yachtwave.sentry.io/share/issue/afa9c03da5b048b1bd45ae103b4c5a77/
Here is more detail from Sentry:
XHR
info
01:54:05.181
GET: https://itunes.apple.com/lookup?id=6447794172&country=us&1724766844848 [503]
HTTP
info
01:54:05.145
GET: https://itunes.apple.com/lookup [503]
{
http.query: id=6447794172&country=us&1724766844848,
reason: service unavailable,
request_body_size: 0,
response_body_size: 0
}
The text was updated successfully, but these errors were encountered: