I have a Node/Express Server that attempts to convert HTML to a PDF and then pipe the result to the client. It works fine when I run it in on my own isolated local server - taking 2 to 3 seconds. When I migrate to Firebase Cloud Functions, however, it never works, and most of the time, the request times out.More information on this StackOverflow question: https://stackoverflow.com/questions/54489268/piping-stream-to-client-express-server-to-firebase-functions-migrationAny ideas why my migration to Firebase is failing?I'm not sure if it is allowed to post StackOverflow questions here, so I'll delete this post if not.Thanks.
Submitted February 02, 2019 at 03:55PM by JamieCorkhill
No comments:
Post a Comment