Help it says “Pipedream Internal Error Please retry your event or reach out to Pipedream support at https://pipedream.com/support/”

And yes i tried reloading

Hi @netherslayer87 , would you mind visiting the Settings for your workflow in the … at the top-right? Then share your workflow with Pipedream support. Let me know when you do, and I’ll take a look at the workflow and see if I can see the source of the error.

Do you mind if I briefly test and modify the workflow to reproduce the error?

Thanks,
Dylan

Ok

@dylan I clicked it

Great thanks. You were returning DataView as the body of the HTTP response:

body: DataView

which won’t work in that context. See the $.respond docs for information on what you can return from the body.

Let me know if that helps!