Unable to update to 2024.7.4

Hello
Apologies if this is the wrong place to ask this.

I attempted to migrate a user account instead of running as root as per recommendation.

I followed the instructions and everything seemed fine. I am trying to update to version 2024.7.4 but I keep getting the following error:

bitwarden.sh version 2024.7.4
Docker version 26.1.4, build 5650f9b
docker-compose version 1.28.2, build 67630359

"docker inspect" requires at least 1 argument.
See 'docker inspect --help'.

Usage:  docker inspect [OPTIONS] NAME|ID [NAME|ID...]

Return low-level information on Docker objects
2024.7.4: Pulling from bitwarden/setup
efc2b5ad9eec: Already exists
66b672aaa3a6: Already exists
3d7d086377ca: Already exists
030dfb09a3db: Already exists
75cceec2ae3f: Already exists
2fe3f9fcc07a: Already exists
67f0d756231b: Pull complete
e54b51a5c6dc: Pull complete
5c20bbad972b: Pull complete
a3730f95c7bb: Pull complete
5cec12f4db7b: Pull complete
Digest: sha256:29fa1f25ce98ed252a9eb33d25d38c08fe0246f9db7020b5def3c75c5f84f2ca
Status: Downloaded newer image for bitwarden/setup:2024.7.4
docker.io/bitwarden/setup:2024.7.4
/entrypoint.sh: line 13: [: too many arguments
/entrypoint.sh: line 17: [: too many arguments
chown: invalid user: 'bitwarden:bitwarden'
chown: invalid user: 'bitwarden:bitwarden'
error: failed switching to "bitwarden:bitwarden": unable to find user bitwarden: no matching entries in passwd file

The user bitwarden does exist and has the ID 1001 which is what I put in the uid.env file. I have tried so many things including creating a new user but it seems to be hardcoded somewhere that it tries to switch to bitwarden:bitwarden.

I even tried to remove the bitwarden account and tried to run as root and continued past the warning and it still stops at the error above which seems to be hardcoded somewhere.

Help