-
Notifications
You must be signed in to change notification settings - Fork 146
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]: Webhooks not seeing in Dashboard #2074
Comments
Hey @Xtreme89, Here are a few steps to you can take to debug this:
|
HI, thanks for your help On booh pages Event Log and Event Delivery there is nothing. On CreateEventQueue i can see Events it is on Pending
|
You can try retrying it from there to check for the error message (if any) |
There is no Button like retrying or something like that, just archiv and delete |
Can you confirm that the |
the following docker container are running |
There should be a worker component running as well. |
OK i see, container ingest and worker dont come up. i think it is because of this issue #2068 when web not started correctly the other container dont came up maybe? because condition of ingest and worker is that web must be healthy, but web is later healthy on start it is on error |
Yes, that is correct. The way it is currently organised might not be the best approach, but they all start in a crash loop till they eventually become healthy. |
when i do "docker-compose restart" the ingest and worker came up and it is working messages is showing in the gui maybe you can look for a solution? |
I would love to find a solution; if you're interested, I'll accept pull requests. |
One addiontal question
it is also working i can access the gui, but now ingest container is unhealty after reboot have i forgot something? |
Can you share the logs? |
That is my problem ingest container dont have any logs when i look into it ok got it - nothing more
|
my fault web is not starting correctly |
ok my fault, everything is working |
Describe the bug
When i sent a Webhook to my Server running with convoy, i dont see the event in the dashboard. I got a http response 200 back to my python script and i also see in the tcpdump that the message is reaching my server and my server is answer
so what is the reason why i dont see the event in the dashboard?
GUI saying "You have no incoming events."
Software is running on docker with this guide: https://docs.getconvoy.io/deployment/install-convoy/docker
The text was updated successfully, but these errors were encountered: