coollabsio / coolify

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

[Bug]: Cannot create team #3085

Closed LickABrick closed 2 months ago

LickABrick commented 2 months ago

Description

Using the selfhosted version of Coolify whenever I add a Team it is not created (or atleast does not show in UI)

Minimal Reproduction (if possible, example repository)

Go to /team Press + Add Enter Team name, e.g. TEST Press continue

Page refreshes (without success or error toast), created team not shown in UI.

Exception or Error

POST request response value to https://coolify.mydomain.com/livewire/update:

{ "components": [ { "snapshot": "{\"data\":{\"name\":\"TEST\",\"description\":null},\"memo\":{\"id\":\"3dqArVyl5gEa9rzLujwN\",\"name\":\"team.create\",\"path\":\"team\",\"method\":\"GET\",\"children\":[],\"scripts\":[],\"assets\":[],\"errors\":[],\"locale\":\"en\"},\"checksum\":\"686ca24537444f02ed7addb62d2e9c2735546bda63d6bf53e3b8c89d87d83d53\"}", "effects": { "returns": [ {} ], "redirect": "https://coolify.mydomain.com/team" } } ], "assets": [] }

Version

v4.0.0-beta.323

Cloud?

LickABrick commented 2 months ago

I'm dumb, the team does show up under the /teams but do show under the 'Current Team' dropdown.

UX could be a bit improved though :)