Skip to content

Unable to send webhooks to a specific application. #930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shawncarr opened this issue Oct 9, 2020 · 3 comments
Closed

Unable to send webhooks to a specific application. #930

shawncarr opened this issue Oct 9, 2020 · 3 comments

Comments

@shawncarr
Copy link

Unable to send webhooks to a specific application.

Description

When configuring a webhook to only work with a specific Application, no webhooks are fired but when configured with all applications then they work as excepted.

Affects versions

1.19.8

Steps to reproduce

  • Create Tenant and enable events that I am interested in and set all must succeed. For this example user.create and user.registration.create
  • Create Application hooking to new Tenant
  • Create Webhook with valid URL, enable events, and select the new application.
  • Use API or UI to create a new user for that new Tenant
  • Notice a complete lack of sent webhooks. No logs
  • Go back to webhook and select All Applications
  • Use API or UI to create a new user for that new Tenant
  • Get webhook delivered.
  • Change Webhook to point to an unreachable URL with all applications still on
  • Use API or UI register user to the new Application for that new Tenant
  • Get message that Webhook failed so registration failed
  • Change Webhook again to point to specific Application
  • Use API or UI register user to the new Application for that new Tenant
  • Successfully Registered user.

Expected behavior

Expecting that for the Application that a webhook is sent when a webhook is tied to a specific Application.

Screenshots

Webhook configured with all events
Screenshot from 2020-10-09 15-49-29

Results of testing the Webhook
Screenshot from 2020-10-09 15-51-34

Tenant Webhook Settings
Screenshot from 2020-10-09 15-49-51

Application Webhook Settings
Screenshot from 2020-10-09 15-50-36

Platform

(Please complete the following information)

  • Device: Desktop
  • OS: popOS 20.04
  • Browser + version: Chrome 86.0.4240.75
  • Database: PostgresSQL 11

Additional context

While I believe I set everything up correctly I am expecting there is a configuration issue on my end.

@robotdan
Copy link
Member

This is sort of the same issue described here #169.

See this comment specifically: #169 (comment)

@shawncarr
Copy link
Author

Yes, sorry for the duplicate issue. I did a quick search but didn't see that. Will follow that issue for resolution.

@robotdan
Copy link
Member

@shawncarr no problem at all... that issue isn't titled easily for searching. I just have all of them memorized. 🤓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants