documentserver_community
documentserver_community copied to clipboard
GET fonts.wasm 404
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...