Skip to content
New issue

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

Bug: End-to-End Encryption - Stuck at Generating #229

Open
lenisko opened this issue Jan 20, 2025 · 1 comment
Open

Bug: End-to-End Encryption - Stuck at Generating #229

lenisko opened this issue Jan 20, 2025 · 1 comment

Comments

@lenisko
Copy link

lenisko commented Jan 20, 2025

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

  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
@Forceu
Copy link
Owner

Forceu commented Jan 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants