We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
master
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.
123
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.
The text was updated successfully, but these errors were encountered:
resolved in #351
Sorry, something went wrong.
bullmoose20
When branches are created from issues, their pull requests are automatically linked.
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
The text was updated successfully, but these errors were encountered: