You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This code cannot be used on case sensitive file systems because the file path on the "import" function on a lot of files does not respect the proper case.
For example:
in src/controllers/files.ts at line 3:
import * as utils from '../utils/WopiUtil';
But the folder Utils start with a capital U. Running this on linux will give an exception "module not found WopiUtil".