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
But when I deployed my container to Google Cloud Run or Fly.io, it looks like the connection is being closed early. On cloud run I get this message:
{
resource: {2}
severity: "WARNING"
textPayload: "Truncated response body. Usually implies that the request timed out or the application exited before the response was finished.
}
I'm unsure if I'm misconfiguring axum or these platforms so I thought I'd ask here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone. I'm testing writing an endpoint that will send chunks of data with a StreamBody
I used fetch to test my axum server running on localhost and I successfully get all the chunks until it is done.
But when I deployed my container to Google Cloud Run or Fly.io, it looks like the connection is being closed early. On cloud run I get this message:
I'm unsure if I'm misconfiguring axum or these platforms so I thought I'd ask here.
Beta Was this translation helpful? Give feedback.
All reactions