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 have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
Hi,
PR #17413 makes it possible to have 0GB / no-upload accounts.
While this works for users created in Immich (Quota Size can be left blank for unlimited, or set to 0 for 0GB accounts), this functionality is not present for users initiated via OAuth using the Default Storage Quota.
The flow here is still the old one. The info for DEFAULT STORAGE QUOTA (GIB) still says "Quota in GiB to be used when no claim is provided (Enter 0 for unlimited quota)", and it acts as such too.
The field cannot be left blank (defaults to 0 on save), and keeping it at 0 initiates users with an unlimited quota, while instead it should create a user with 0GB quota based on the new flow above.
To add to this: I just tried creating 0GB accounts using OAuth STORAGE QUOTA CLAIM, and that too uses the old flow (0 = unlimited, did not try NULL as I didn't want to break something, but if I were to guess it won't work).
So DEFAULT STORAGE QUOTA is not broken on it's own, I think the whole OAuth flow wasn't updated to support the new flow which enables 0GB accounts.
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
Hi,
PR #17413 makes it possible to have 0GB / no-upload accounts.
While this works for users created in Immich (
Quota Size
can be left blank for unlimited, or set to 0 for 0GB accounts), this functionality is not present for users initiated via OAuth using theDefault Storage Quota
.The flow here is still the old one. The info for
DEFAULT STORAGE QUOTA (GIB)
still says "Quota in GiB to be used when no claim is provided (Enter 0 for unlimited quota)", and it acts as such too.The field cannot be left blank (defaults to 0 on save), and keeping it at 0 initiates users with an unlimited quota, while instead it should create a user with 0GB quota based on the new flow above.
The OS that Immich Server is running on
Windows 11 - WSL2
Version of Immich Server
v1.132.3
Version of Immich Mobile App
v1.132.3
Platform with the issue
Your docker-compose.yml content
compose.override.yml
compose.yml
Default
Your .env content
Reproduction steps
DEFAULT STORAGE QUOTA (GIB)
to blank. It reverts to 0.Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: