You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to v1.106.1, I ran the Duplication detection job as a admin user. I then logged into my normal user where the pictures exist and went to Utilities > Review duplicate's.
When I go to trash one of the duplicates I get the following error in the GUI:
"Forbidden Resource (Immich Server Error)
In the Docker logs I get the following error:
WARN [Api:AuthGuard~4ng59idq] Denied access to admin only route: /api/system-config
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables# The location where your uploaded files are stored
UPLOAD_LOCATION=/opt/dockerdata/immich/data/app
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION="v1.106.1"# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=<PASSWORD># The values below this line do not need to be changed###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=/opt/dockerdata/immich/data/pgdata
REDIS_HOSTNAME=immich_redis
Reproduction steps
1. Login as an Admin
2. Run the duplication detector job
3. Login as a normal user
4. Try to delete a duplicate from Utilities > Review Duplicates
Relevant log output
[Nest] 17 - 06/11/2024, 11:49:26 AM WARN [Api:AuthGuard~7idnlhts] Denied access to admin only route: /api/system-config
[Nest] 17 - 06/11/2024, 11:49:28 AM WARN [Api:AuthGuard~97hldj5j] Denied access to admin only route: /api/system-config
[Nest] 17 - 06/11/2024, 11:49:37 AM WARN [Api:AuthGuard~25ilcnuq] Denied access to admin only route: /api/system-config
Additional information
No response
The text was updated successfully, but these errors were encountered:
The bug
Hello,
I upgraded to v1.106.1, I ran the Duplication detection job as a admin user. I then logged into my normal user where the pictures exist and went to Utilities > Review duplicate's.
When I go to trash one of the duplicates I get the following error in the GUI:
"Forbidden Resource (Immich Server Error)
In the Docker logs I get the following error:
WARN [Api:AuthGuard~4ng59idq] Denied access to admin only route: /api/system-config
The OS that Immich Server is running on
Ubuntu 20.x
Version of Immich Server
v1.106.1
Version of Immich Mobile App
v1.106.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Login as an Admin 2. Run the duplication detector job 3. Login as a normal user 4. Try to delete a duplicate from Utilities > Review Duplicates
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: