Editor update

Hello,After I updated the documentserver from the previous version to 8.0.1, when I opened the document for my Vue project, it was prompted that the editor had been updated and the page would be reloaded to apply the changes. After upgrading the version, do I need to make any modifications to my Vue project? The Vue component I used is “@ onlyoffice/document editor Vue”: “^ 1.3.0”. Do I also need to upgrade and update it.

Hello,
Please first send us the following file: ds-docservice.conf
The path is /etc/onlyoffice/documentserver/nginx/includes/ds-docservice.conf (for Docker inside the container)

When I want to upload the ds docservice. conf file, I am prompted that the current file format is not supported, and the prompt is as follows: “Sorry, the file you are trying to upload is not authorized (authorized extensions: jpg,…)”, jpeg, png, gif, heic, heif, webp, mp4, docx, xlsx, pptx, mkv, wmv, pdf, doc, xls, ppt, oform, docxf, docbuilder, odt, ods, lwp, csv, rtf).”, I will paste the contents of the file below:
#welcome page
rewrite ^/$ $the_scheme://$the_host$the_prefix/welcome/ redirect;

#script caching protection
rewrite ^(?/web-apps/apps/(?!api/).*)$ $the_scheme://$the_host$the_prefix/8.0.1-31$cache redirect;

#disable caching for api.js
location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(web-apps/apps/api/documents/api.js)$ {
** expires -1;**
gzip_static on;
** alias /var/www/onlyoffice/documentserver/$2;**
}

#suppress logging the unsupported locale error in web-apps
location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(web-apps)(/.*.json)$ {
** expires 365d;**
** error_log /dev/null crit;**
gzip_static on;
** alias /var/www/onlyoffice/documentserver/$2$3;**
}

#suppress logging the unsupported locale error in plugins
location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(sdkjs-plugins)(/.*.json)$ {
** expires 365d;**
** error_log /dev/null crit;**
gzip_static on;
** alias /var/www/onlyoffice/documentserver/$2$3;**
}

location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(web-apps|sdkjs|sdkjs-plugins|fonts)(/.*)$ {
** expires 365d;**
gzip_static on;
** alias /var/www/onlyoffice/documentserver/$2$3;**
}

location ~ ^(/cache/files.)(/.) {*
** alias /var/lib/onlyoffice/documentserver/App_Data$1;**
** add_header Content-Disposition “attachment; filename*=UTF-8’'$arg_filename”;**

** secure_link $arg_md5,$arg_expires;**
** secure_link_md5 “$secure_link_expires$uri$secure_link_secret”;**

** if ($secure_link = “”) {**
** return 403;**
** }**

** if ($secure_link = “0”) {**
** return 410;**
** }**
}

# Allow “/internal” interface only from 127.0.0.1
# Don’t comment out the section below for the security reason!
** location ~* ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(internal)(/.*)$ {**
** allow 127.0.0.1;**
** deny all;**
** proxy_pass http://docservice/$2$3;**
}

# Allow “/info” interface only from 127.0.0.1 by default
# Comment out lines allow 127.0.0.1; and deny all; **
# of below section to turn on the info page
location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(info)(/.*)$ {

** allow 127.0.0.1;
*
** deny all;**
** proxy_pass http://docservice/$2$3;**
}

location / {
** proxy_pass http://docservice;**
}

location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?(/doc/.*) {
** proxy_pass http://docservice$2$is_args$args;**
** proxy_http_version 1.1;**
}

location /8.0.1-31/ {
** proxy_pass http://docservice/;**
}

location ~ ^(/[\d]+.[\d]+.[\d]+[.|-][\d]+)?/(dictionaries)(/.*)$ {
** expires 365d;**
** alias /var/www/onlyoffice/documentserver/$2$3;**
}

Hello, do you have time to help me check this question?

Hello,
Please reproduce the problem with devTools Console and Network tabs opened, provide screenshots of them to us, also send us the screenshot of the error in the Editor