Skip to content

Welcome screen not refreshed #8201

Description

@kimllee

Hello,

When I create and delete a note with the token, also tried without the token.
Etherpad says that the note is deleted but the welcome screen still shows it.
Why please ?

Etherpad Docker 3.3.3 + dirtydb.
Same behaviour using Postgres.

Thanks.

env vars I use

    volumes:
#      - plugins:/opt/etherpad-lite/src/plugin_packages
#      - var:/opt/etherpad-lite/var
      - ./settings.json:/opt/etherpad-lite/settings.json:rw
    environment:
      NODE_ENV: production
      ADMIN_PASSWORD: ${ADMIN_PASSWORD:-admin}
#      DB_HOST: ${POSTGRES_HOST:-postgres}
#      DB_NAME: ${POSTGRES_DATABASE:-etherpad}
#      DB_PASS: ${POSTGRES_PASSWORD:-admin}
#      DB_PORT: ${POSTGRES_PORT:-5432}
      DB_TYPE: "sqlite"
#      DB_USER: ${POSTGRES_USER:-admin}
      DEFAULT_PAD_TEXT: ${DEFAULT_PAD_TEXT:- }
      DISABLE_IP_LOGGING: ${APP_DISABLE_IP_LOGGING:-false}
      SOFFICE: ${SOFFICE:-null}
      TRUST_PROXY: ${TRUST_PROXY:-true}
      COOKIE_SAME_SITE: None     # required when embedded in a cross-origin iframe
      COOKIE_SECURE: true        # required when SameSite=None
      SOCKETIO_MAX_HTTP_BUFFER_SIZE: 10000
      SOCKET_IO_ALLOW_UPGRADE: true
      ETHERPAD_PROTOCOL: https
      ETHERPAD_HOST: ${DOMAIN}
      TIMEZONE: Europe/Paris
      TITLE: "Bloc-Notes"
      LOGLEVEL: INFO
      COOKIE_SESSION_LIFETIME: 3600000 # 1h
      COOKIE_SESSION_REFRESH_INTERVAL: 3600000 # 1h
      COOKIE_KEY_ROTATION_INTERVAL: 3600000
      MAX_AGE: 0 # no cache
      DB_WRITE_INTERVAL: 0 # for no caching  

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions