coollabsio / coolify

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

[Bug]: cannot manage current active project settings #2080

Closed moshechaikin closed 2 weeks ago

moshechaikin commented 2 months ago

Description

When selecting the production environment on a project, it doesn't show settings anymore - all that's visible is a resources page and "search for name, fqdn...". Project appears to be working normally but can't view settings/logs, etc.

The only way I've figured out how to access project settings is to go to the sources tab and click on the project under it's resource.

Minimal Reproduction (if possible, example repository)

Using a current active project, select on it's production environment

Exception or Error

No response

Version

v4.0.0-beta.269

andrasbacsai commented 2 months ago

Can you please paste a few images so I could understand the problem better?

moshechaikin commented 2 months ago

This is when clicking on a project in the project tab, and then clicking the production environment:

image

(searching for my app does nothing)

The only way I can manage my project settings is by navigating to the Sources tab, clicking on my Git source, and selecting my project under Resources:

image
andrasbacsai commented 2 months ago

Can you please also check if there is an error in the browser's console log?

moshechaikin commented 2 months ago

`TypeError: undefined is not an object (evaluating 'O.after') (anonymous function) - module.esm.js:558 Retrieving "b5x-stateful-inline-icon" flag errored: timed out - falling back (anonymous function) - injected.js:4:473751 [Warning] Livewire: [wire:model="pkoskco"] property does not exist on component: [project.resource] – (livewire.min.js, line 86)

[Warning] Alpine Warning: Duplicate key on x-for – (livewire.min.js, line 1)

[Warning] Alpine Warning: x-for ":key" is undefined or invalid (3) (livewire.min.js, line 1)

1 {} [Warning] Alpine Expression Error: undefined is not an object (evaluating 'O.after') (livewire.min.js, line 1)

Expression: "filteredApplications"

`

moshechaikin commented 2 weeks ago

Removing and adding new project resolves this issue