This topic was automatically generated from Slack. You can find the original thread here.
Hey team,
I’m having a bit of trouble trying to create some triggers in our pipedream. I suspect it’s related to the webhookUrls length I’m trying to send. I do a base 64 encoding on some JSON objects to store mapping information I need, along with an id and token in the url I set. I seem to have a 500 error when I do a more complicated object encoding vs a really simple string one. The only meaningful difference from what I can tell is the url length being different.
Is there a length limit for the url?
One I have is 183 characters, the other is 383.
Other than I’ve been scratching my head on this for a couple days. I’ve tried setting the url when creating the trigger, and also calling update after the trigger is made to add the url with the same problem.