I'm trying to upload my React Native (iOS) source maps to bugsnag.
Issue
The upload will return a 502 server error. Here is the exact response. I've retried several times and cannot get past it. It will wait for several minutes before it fails. Eventually it will accept the file, but only after multiple attempts.
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
Description
I'm trying to upload my React Native (iOS) source maps to bugsnag.
Issue
The upload will return a 502 server error. Here is the exact response. I've retried several times and cannot get past it. It will wait for several minutes before it fails. Eventually it will accept the file, but only after multiple attempts.
Environment
Library versions:
cocoapods version (if any) (
pod -v
): 1.8.3iOS/Android version(s): iOS N/A
simulator/emulator or physical device?: N/A
debug mode or production?: both
[X ] (iOS only)
[BugsnagReactNative start]
is present in theapplication:didFinishLaunchingWithOptions:
method in yourAppDelegate
class?[ ] (Android only)
BugsnagReactNative.start(this)
is present in theonCreate
method of yourMainApplication
class?Example command