coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.49k stars 1.88k forks source link

[Bug]: URL has space in webhooks for version control systems #3765

Open vexleet opened 1 month ago

vexleet commented 1 month ago

Error Message and Logs

There is a space for the URLs that needs to be put inside a version control system when you want to use webhooks. Took me a few minutes to figure out why I was getting an error that the URL was invalid when I wanted to set up webhooks. image

Steps to Reproduce

  1. Go to a resource
  2. Go to webhooks

Example Repository URL

No response

Coolify Version

v4.0.0-beta.355

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

No response

Additional Information

No response

vexleet commented 1 month ago

I just figured out that I had put a space at the end of my Instance's Domain. Maybe it will make sense to trim it, because also i was getting errors when I wanted to create a Github App Source that my url was invalid, but had no idea it was about this space.