boostorg / boostorg/website-v2
profile photo upload not working
- Dominant language
- HTML
- Stars
- 18
- Forks
- 28
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 77
Description
Log into the website. Go to profile. https://www.stage.boost.org/users/me/
Click Update Profile Photo
Choose File
Save
After 30 seconds
```
upstream request timeout
```
The update failed.
Some ideas that come to mind initially are that S3 is offline, or the AWS keys don't work, so Django is blocked from updating profile photos.
However, manually testing aws keys locally, they are able to read and write.
A github profile image refresh occurs on a schedule, and this succeeded, see screenshot below. So S3 is available, the AWS keys work, and even further, Django is able to communicate with S3.
One of the more recent commits which affected profile_image was e0fe6d61e . @gregjkal after that commit, did you happen to test uploading a profile pic on production or staging? Does before/after the commit represent a known-good configuration?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.