Stream: hapi
Topic: uploading large transaction bundles
Eric Haas (Sep 12 2019 at 16:51):
I have a Synthea generated transaction bundle for a patient that contain all the US Core resources but it appears is too large to POST, the response from the RI Hapi server is....
<html> <head> <title>504 Gateway Time-out</title> </head> <body bgcolor="white"> <center> <h1>504 Gateway Time-out</h1> </center> <hr> <center>nginx/1.14.0 (Ubuntu)</center> </body> </html>
I was trying to upload for the the Connectathon. Splitting it is not possible due to transactional integrity. Is there an easy workaround?
James Agnew (Sep 12 2019 at 17:04):
It's possible that the nginx proxy in front of the server timed out, but the actual write transaction itself did not... Might be worth verifying whether the contents are in the server.
Alexander Kiel (Sep 13 2019 at 14:57):
Can you please share the bundle? I would like to try it in Blaze. Thanks
Last updated: Apr 12 2022 at 19:14 UTC