Skip to content
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

[Bug report]: "Provider type undefined" #2080

Closed
chrischerrett opened this issue Jun 28, 2024 · 3 comments
Closed

[Bug report]: "Provider type undefined" #2080

chrischerrett opened this issue Jun 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@chrischerrett
Copy link

Describe the bug

When I attempt to call an incoming webhook, I get the message:

{ "status": false, "message": "Provider type undefined" }

To Reproduce

Steps to reproduce the behavior:

  1. Create a Source with 'None' for Source Veritication
  2. Create Endpoint
  3. Create Subscription

Expected behavior

Expect webhook to run. However, I get this error. Database also showing '' in Source Provider column. Is this expected?

Screenshots

Screenshot 2024-06-28 at 11 40 33

Stack (please complete the following information):

  • Docker: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.5.1
@chrischerrett chrischerrett added the bug Something isn't working label Jun 28, 2024
Copy link

linear bot commented Jun 28, 2024

@subomi
Copy link
Collaborator

subomi commented Jun 28, 2024

Hi @chrischerrett,

The problem here is you're making a GET request instead of a POST request to the ingest URL.

@chrischerrett
Copy link
Author

Of course! Thank you @subomi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants