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.
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.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