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 reason AWS doesn't work is that Lambda functions don't handle application/x-www-form-urlencoded requests provided by Heroku so the code needs to be modified for AWS.
Heroku now supports application/json webhooks so updating the Heroku handler to JSON will solve the issue for Heroku.
grokify
changed the title
[Heroku] handler not working because of url param rewritten
[Heroku][AWS] handler not working because of url param rewritten
Nov 5, 2021
As of this commit, url param has been renamed to outputURL param. There is no fallback but multiple instances of Chathooks can be run during the roll over.
Hi, I tried to connect heroku to glip with the heroku deploy hooks addon but it is not working.
Heroku sends an URL param in the post body which overwrite the URL in the query.
Could we add an alias for the url param?
The text was updated successfully, but these errors were encountered: