coollabsio / coolify

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

Error configuring git source #421

Closed FrinkMan closed 2 years ago

FrinkMan commented 2 years ago

Hello!

I'm attempting to configure my self-hosted gitlab instance as a git source. I've attempted to set the Callback URL to https://coolify.mydomain.ca/webhooks/gitlab, but it returns Error 400 when I attempt to sign-in.

I should also clarify - I'm running behind Nginx Proxy Manager (no issues other than this so far). Is there something I need to pass in nginx parameters to have this work?

FrinkMan commented 2 years ago

I can also confirm that bypassing the proxy and just accessing it directly via port 3000 allows it to work again, so it's definitely an issue with the proxy. Any suggestions would be greatly appreciated