documentserver_community icon indicating copy to clipboard operation
documentserver_community copied to clipboard

GET fonts.wasm 404

Open 662 opened this issue 2 years ago • 0 comments

Hello everyone, sorry for my english.

GET https://**./apps/documentserver_community/3rdparty/onlyoffice/documentserver/sdkjs/common/libfont/wasm/fonts.wasm 404

But

GET https://**./custom_apps/documentserver_community/3rdparty/onlyoffice/documentserver/sdkjs/common/libfont/wasm/fonts.wasm 200

config.json

...
...
"apps_paths" => [
    [
      "path"     => OC::$SERVERROOT . "/apps",
      "url"      => "/apps",
      "writable" => false,
    ],
    [
      "path"     => OC::$SERVERROOT . "/custom_apps",
      "url"      => "/custom_apps",
      "writable" => true,
    ],
  ],
...
...

Howto fix it...

image

662 avatar Apr 07 '22 10:04 662