Avatar in share dialog missing

Is the problem related to Seafile 7? I didn’t upgrade to 7 yet. Maybe someone who has this problem and upgrades from 6 to 7 can comment about this.

Adding this to seahub_setting.py solved my problems with not getting https to media in seafile server 7.0.5 and Nginx.

Thanks!
/T

1 Like

Just wanted to note that this fix worked for me, using Seafile Community Edition v7.1.3 with the official Docker image and a Traefik reverse proxy. :+1:

1 Like

For me the issue was that my SERVICE_URL was https : // seafile . domain . com:8000 instead of https : // seafile . domain . com. Everything was working except that avatar. The avatar url contained the port number, which of course didn’t resolve. I also needed to re-upload the avatar to make the avatar url changing. A web application really should not at all depend on a static hostname. This was causing issues for me with seafile from the beginning, because I have my own reverse proxy in front of the nginx reverse proxy that ships with seafile. Please change this design flaw. Other than that, seafile seems to be great so far.

Hi,
I have the same problem. Only my Avatar is not showing. But a new upload doesn’t solve anyrthing.
I run seafile under nginx and in my ccnet.conf I have under the SERVICE_URL only the domain without the port 8000.
The url to the avatar use an absolute path with 127.00.1:8000. If I delte this to a relative path it works perfect. How can I solve this problem?

Best