Webhooks: The endpoint is not a valid URL when trying local address #385

Closed
opened 2026-02-05 17:31:28 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @gerolori on GitHub (Jul 16, 2025).

Current Behavior

Image

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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @gerolori on GitHub (Jul 16, 2025). ### Current Behavior <img width="659" height="145" alt="Image" src="https://github.com/user-attachments/assets/fc2acb7e-73c2-4ef0-8c79-f8e8d3894782" /> 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 ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@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.

@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.
Author
Owner

@JoanFo1456 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.

I’ll change it with the branch I have open later.

@JoanFo1456 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. I’ll change it with the branch I have open later.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#385