-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROFILE_IMAGE_BACKEND settings disappeared after v16.0.4 #46
Comments
Hi. The setting was removed when upgrading to quince to fix an issue with profile photos. It seems some items might still be needed. |
Just for history - here is my working profile image backend config:
I was unable to use the private bucket + querystring_auth because of the As I understood from the shallow investigation - querystring_auth doesn't work because |
hello @dyudyunov, hope you are doing well.
The error we were facing:
|
Hi @Faraz32123 Sure, I would like to propose the fix, but I have a lack of time now and can't project the due date. Interesting, I didn't see the error you mentioned. Can you use any other uploads except the profile image? Maybe there are some global-level misconfigurations... |
Hello @dyudyunov, thanks for your reply! |
The PROFILE_IMAGE_BACKEND settings were present from the v14 to v16.0.4 (latest before v17).
Here is the PR where it was added and the merge commit from it.
But they are absent starting from v17 and now I can reproduce the issue from the mentioned PR (an uploaded profile picture disappears after the redeploy because it is stored locally).
I checked the repo several times but don't know what I'm missing here. What happened? Why did the setting disappear?
Notes:
The text was updated successfully, but these errors were encountered: