apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.27k stars 278 forks source link

User needs to reload page to see newly added avatar #594

Open SzramaApptension opened 4 months ago

SzramaApptension commented 4 months ago

Describe the bug

After uploading avatar for first time, user needs to reload page to see it. It is working if user is changing avatar. Problem occurs only when user is providing avatar for first time.

Steps to reproduce

  1. Log in as a user with no avatar
  2. Click avatar icon in top right corner
  3. Click Profile
  4. Click on camera icon
  5. Add some image
  6. Notice alert Avatar successfully changed.
  7. Avatar is not visible, need to reload page to see it

System Info

Tested on QA environment

Logs

No response

Validations