coollabsio / coolify

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

[Bug]: Twenty service is broken #2451

Open scflode opened 3 weeks ago

scflode commented 3 weeks ago

Description

The env var SERVICE_FQDN_TWENTY always seems to have a trailing slash which leads to a 404 when having deployed the service stack.

Minimal Reproduction (if possible, example repository)

Create a Twenty service with some domain and open the dev tools. The GraphQL reference returns a 404. See also (parts of) https://discord.com/channels/459365938081431553/1240717873920344154

Exception or Error

No response

Version

v4.0.0-beta.294

RivierGrullon commented 3 weeks ago

Same here, any updates of this?

grogou commented 3 weeks ago

same for me, the problem is /

Flowko commented 2 weeks ago

for a quick dirty solution, hit edit compose file and change these values SERVER_URL and FRONT_BASE_URL to your domain, instead of whtaever value it has:

- 'SERVER_URL=https://twenty.website.com'
- 'FRONT_BASE_URL=https://twenty.website.com'