XF 2.0 Can't change avatar after upgrade to 2.0

Kostiksnz

Member
Hello!

After upgrade to 2.0 from 1.5 i'm can't change avatar.

1521452030817.webp

1521452058596.webp

but if disable Use full friendly URLs - avatars change working fine - on 1.5 it's working fine with friendly URLs

Nginx server config:
Code:
 location / {
        try_files $uri $uri/ /index.php?$uri&$args;
    }
Whats wrong? Other links working fine wins friendly URLs. triuble only with avatars.
 
Top Bottom