We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there!
I wanted to test e2e encryption and got hit with missing JS file.
Looks like with this commit 1951a26 a wasm_exec.min.js was removed.
wasm_exec.min.js
Was this planned?
PS. Thanks for tool. Out of all others, it's nearly perfect!
Latest on docker-compose.yml
docker-compose.yml
gokapi: user: 1000:1000 container_name: gokapi image: docker.io/f0rc3/gokapi:latest environment: - PUID=1000 - PGID=1000 - TZ=Europe/Warsaw volumes: - ./gokapi/data:/app/data - ./gokapi/config:/app/config # - ./gokapi/repo/internal/webserver/web/static:/app/static # - ./gokapi/repo/internal/webserver/web/templates:/app/templates
The text was updated successfully, but these errors were encountered:
Thanks for your feedback! The wasm_exec.min.js is generated automatically on compilation and was therefore removed from the git repo.
Can you please post your browser console output? That would probably include some errors
Sorry, something went wrong.
No branches or pull requests
Hey there!
I wanted to test e2e encryption and got hit with missing JS file.
Looks like with this commit 1951a26 a
wasm_exec.min.js
was removed.Was this planned?
PS. Thanks for tool. Out of all others, it's nearly perfect!
Latest on
docker-compose.yml
The text was updated successfully, but these errors were encountered: