diff --git a/packages/realm-app-importer/src/AdminApiClient.ts b/packages/realm-app-importer/src/AdminApiClient.ts index 2d4dc94a5b..fb67e1a5e1 100644 --- a/packages/realm-app-importer/src/AdminApiClient.ts +++ b/packages/realm-app-importer/src/AdminApiClient.ts @@ -382,7 +382,7 @@ export class AdminApiClient { console.log("FISK 111", { ...rest, body: JSON.stringify(body), headers, reactNative: { textStreaming: true } }); const response = await DefaultNetworkTransport.fetch(url, { ...rest, - body: JSON.stringify(body + "\n"), + body: JSON.stringify(body), headers, // Setting additional options to signal to the RN fetch polyfill that it shouldn't consider the response a "blob" // see https://github.com/react-native-community/fetch/issues/15