-
Notifications
You must be signed in to change notification settings - Fork 81
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
Common issue: problem uploading profile photo #5563
Comments
@aapeliv @nabramow several people have reported this recently:
This seems to be a pretty critical issue since it is coming up a lot and can be preventing users from using the platform (since they can't message or request until they have a profile pic uploaded). This seems to be an intermittent backend issue. Perhaps it is performance-related since the site has been loading slow at times. I was able to replicate the issue, but only intermittently: I can't tell if this is definitively a performance issue or an issue with file size / resolution limits. However, I was able to uplaod a 12000 x 9000 so I don't think it's a resolution issue, and I was able to upload a 20.2MB photo so I don't think it's file size either. |
Hopefully closed by #5583. Flask was only listening on IPv4, but nginx was sometimes proxying to the IPv6 address, and that was failing with a |
Subject: Profile picture problem
Description:
Cannot add a profile picture. After I added it, system is still showing that I need to add it :)
Results:
Backend version: develop-0bb74cc7
Frontend version: develop-0bb74cc7
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Page: https://couchers.org/profile/edit/about
User: @dmitriy001 (50986)
The text was updated successfully, but these errors were encountered: