Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
The Webhook URL is not a webpage. It will always return a 404 error in a browse because the webhook URL only works with POST requests. When you are trying to just load the URL in your browser, then you will get a 404 as that you are sending a GET request.
Oh thanks, didn't know that. But currently also GitHub claims a 404 error when I add the webhook. Is there a way to test this and find out what the root cause is? Plesk or GitHub?
Oh thanks, didn't know that. But currently also GitHub claims a 404 error when I add the webhook. Is there a way to test this and find out what the root cause is? Plesk or GitHub?
That the most likely cause for a 404 wehen adding the webhook in Github would be because of a incomplete URL. Make sure you copy and post the whole URL (not forgetting any charters).
That the most likely cause for a 404 wehen adding the webhook in Github would be because of a incomplete URL. Make sure you copy and post the whole URL (not forgetting any charters).
You could try to deleted the repository from the domain and add it again. That will generate a new webhook URL for the repository. However I suspect that the issue is caused by something else. Maybe blocking by firewall of fail2ban.