Hi,
I have Seafile installed in LAN server in standard configuration so Nginx listens on 443 port and Seafile AFAIR on 8082. On router I set port fowarding from 8100 to 443 to LAN server. And all is working BUT… except this annoying avatar.
In seahub_settings.py I have options:
SERVICE_URL = “https://dysk.sdata.net.pl:8100”
CSRF_TRUSTED_ORIGINS = [‘https://dysk.sdata.net.pl:8100’]
In debug console in Firefox (under F12) I see following error:
GEThttps://dysk.sdata.net.pl:8100/media/assets/frontend/static/js/app.c2e9f4e3.js[HTTP/2 200 0ms]
GEThttps://dysk.sdata.net.pl:8100/media/favicons/favicon.png[HTTP/2 200 0ms]
GEThttps://dysk.sdata.net.pl:8100/media/favicons/favicon.png[HTTP/2 200 0ms]
GET https://dysk.sdata.net.pl/media/avatars/f/a/b3af12929d531580205d44423f8374/resized/256/11bbaf0b86d532c0412886b2ce3edd6f.png NS_ERROR_NET_INTERRUPT
…so as we see Seafile goes to every URL to port 8100 BUT ONLY for avatar it misses port :8100. So I think this is a bug.
Could you fix it good people developers ? ![]()