mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Webhooks: The endpoint is not a valid URL when trying local address #385
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gerolori on GitHub (Jul 16, 2025).
Current Behavior
I'm trying to use a local url (tailscale hostname, but the same messagge appears when using the raw IP of the machine)
Expected Behavior
Should permit saving when trying insert a local address for webhooks
Steps to Reproduce
Admin Panel > Webhooks > Create webhook with a local url (either ip or hostname)
Panel Version
1.0.0-beta21
Wings Version
1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Jul 16, 2025):
It looks like it's due to the use of
activeurl, which limits us to only domains that have a valid A/AAAA record.I see no reason for this limit, and could just be a text box, if somone puts in an invalid url, thats a them issue.
@JoanFo1456 commented on GitHub (Jul 16, 2025):
I’ll change it with the branch I have open later.