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]: Webhooks Page 500's When int is Input #348

Closed
YozoraXCII opened this issue Feb 10, 2025 · 1 comment
Closed

[Bug]: Webhooks Page 500's When int is Input #348

YozoraXCII opened this issue Feb 10, 2025 · 1 comment
Assignees

Comments

@YozoraXCII
Copy link
Contributor

Version Number

No response

What branch are you on?

master

Describe the Bug

When you input an int into any of the webhook URLs (i.e. 123), the page will give a 500 error any time you try to navigate back to that page.

This is happening because the code is trying to validate that it starts with http://, which it fails at because it's comparing an int to a string.

I fixed this on other pages under #347, but the code here is different so I'm not sure what the fix is here.

I don't know if any other URL validation fields are doing this, I don't think so but I didn't check every one.

Logs

No response

@YozoraXCII YozoraXCII changed the title [Bug]: Webhooks Page 500's When Int is Input [Bug]: Webhooks Page 500's When int is Input Feb 10, 2025
@bullmoose20
Copy link
Collaborator

resolved in #351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants