Closed devinat1 closed 3 weeks ago
Note that this happens only sometimes (sometimes the webhook succeeds). I cannot get to the root of the issue.
@devinat1 This issue is definitely in your ngrok tunnel (not Skyvern)
<noscript>Traffic was successfully tunneled to the ngrok agent, but the agent failed to establish a connection to the upstream web service at localhost:5000. (ERR_NGROK_8012)</noscript>
This occurs with the following task payload:
My webhook is hosted via the
ngrok http 5000
command. Here is the respective webhook flask code: