coollabsio / coolify

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

[Bug]: Cannot assign null to property after upgrade to v4.0.0-beta.370 #4330

Open driaug opened 3 days ago

driaug commented 3 days ago

Error Message and Logs

My self-hosted Coolify instance has a Redis instance deployed on it. Everything was running smoothly until I upgraded to v4.0.0-beta.370, after which trying to open it results in the following 500 error.

Cannot assign null to property App\Livewire\Project\Database\Redis\General::$redis_username of type string (View: /var/www/html/resources/views/livewire/project/database/configuration.blade.php)

I have tried a variety of ways to access the Redis container but have not been successful so far.

Steps to Reproduce

No reproductions steps as I am not sure what caused this issue. No changes were made to the underlying server or Coolify instance except upgrading to the latest version.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.370

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04.3 LTS

Additional Information

No response