I had to hard stop (disconnect) my Umbrel OS and when I started it again everything went back to normal, but not Immich, which has a error that says “Unable to load feature flags”
Even if I leave it for one day or more it doesn’t work, I’m also not sure if I can reinstall the app without losing the files that I have in there so I didn’t want to risk it.
If anyone has any idea of what’s the cause and how to fix it I’ll really appreciate any help.
Hi @Pinipon88 , could you please run the following script after SSHing into your Umbrel device. You can share it here with https://pastebin.com/
sudo ~/umbrel/scripts/app compose immich logs --tail 100
SSH (Secure Shell) is a way to access and control a device, such as your Umbrel server running on a Umbrel Home or Raspberry Pi, via the command line. To access Umbrel via SSH, follow these steps:
Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
Type in the following command* and press the Enter
key:ssh -t umbrel@umbrel.local
*In the command given above, you can replace umbrel.local
with the local IP of your Umbrel if you prefer. If you are using PowerShell on Windows 10, you may need to run ssh umbrel@umbrel
instead of the command given above.
You will then be prompted to enter your password. This is the same password you use to access your Umbrel through a browser. The default password before you have created an account on your Umbrel is moneyprintergobrrr
on Raspberry Pi, and umbrel
on Umbrel Home. You will not be able to see your password as you type it into the terminal. Once you have typed in your password, press the Enter
key.
This will established an SSH connection to your Umbrel server. You can now begin using the command line interface to perform various actions and troubleshoot issues that require SSH.