Luzifer / ots

One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser
https://ots.fyi
Apache License 2.0
470 stars 69 forks source link

Stuck at "Secret is being created..." #185

Closed ghebo closed 3 months ago

ghebo commented 4 months ago

On a fresh deploy in docker (see docker-compose.yaml below) when I try to generate OTS it's stuck at "Secret is being created..." Noting in logs

docker-compose.yaml `version: "3.8" services: app: image: luzifer/ots:v1.12.0 restart: always environment:

Optional, see "Customization" in README

  #CUSTOMIZE: '/etc/ots/customize.yaml'
  # See README for details
  REDIS_URL: redis://redis:6379/0
  # 168h = 1w
  SECRET_EXPIRY: "604800"
  # "mem" or "redis" (See README)
  STORAGE_TYPE: redis
depends_on:
  - redis
ports:
  - 3000:3000

redis: image: redis:alpine restart: always volumes:

Luzifer commented 4 months ago

Without having any details I suspect you're experiencing this: https://github.com/Luzifer/ots/issues/184