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
The 503 seems to come from http.TimeoutHandler but it is unclear why the errant pointer dereference is causing the timeout. If the same error is made in the ^handler block the expected 500 error is received.
The text was updated successfully, but these errors were encountered:
Generate a new project with
pushup new
and replaceapp/pages.index.up
with:After running
pushup run
you will trigger a 503 error with a timeout error body rather than a 500 error:The 503 seems to come from
http.TimeoutHandler
but it is unclear why the errant pointer dereference is causing the timeout. If the same error is made in the^handler
block the expected 500 error is received.The text was updated successfully, but these errors were encountered: