Skip to content

Web UI automatically logged out {"error":"token required","message":"Authorization failed: token required"} #1000

@donavan-tangible

Description

@donavan-tangible

Environment

version: "2.3"
networks:
  main:

services:
  certbot:
    image: certbot/certbot:latest
    volumes:
      - ./certbot/www/:/var/www/certbot/:rw
      - ./certbot/conf/:/etc/letsencrypt/:rw
  jitsu:
    container_name: jitsu
    image: jitsucom/jitsu:beta
    environment:
      - REDIS_URL=redis://redis:6379
      #Retroactive users recognition can affect RAM significant. Read more about the solution https://jitsu.com/docs/other-features/retroactive-user-recognition
      - USER_RECOGNITION_ENABLED=false
      - USER_RECOGNITION_REDIS_URL=redis://redis_users_recognition:6380
      - TERM=xterm-256color
    depends_on:
      - redis
    volumes:
      - ./compose-data/configurator/data/logs:/home/configurator/data/logs
      - ./compose-data/server/data/logs:/home/eventnative/data/logs
      - ./compose-data/server/data/logs/events:/home/eventnative/data/logs/events
      - /var/run/docker.sock:/var/run/docker.sock
      - workspace:/home/eventnative/data/airbyte
      - ./nginx/conf/:/etc/nginx/conf.d/:ro
      - ./certbot/www:/var/www/certbot/:ro
      - ./certbot/conf/:/etc/nginx/ssl/:ro
      - /root/application/my-plugins/:/home/eventnative/data/plugins/
      - /root/application/docker/eventnative.yaml:/home/eventnative/data/config/eventnative.yaml
    restart: always
    ports:
      - "80:80"
      - "8000:8000"
      - "443:443"
    networks:
      - main
  redis:
    container_name: jitsu_redis
    image: redis:6.2.6-bullseye
    volumes:
      - ./compose-data/redis/data:/data
    restart: always
    networks:
      - main
  redis_users_recognition:
    container_name: jitsu_redis_users_recognition
    image: redis:6.2.6-bullseye
    volumes:
      - ./compose-data/redis_users_recognition/data:/data
      - ./compose-data/redis_users_recognition/redis.conf:/usr/local/etc/redis/redis.conf
    command: redis-server /usr/local/etc/redis/redis.conf
    restart: always
    networks:
      - main

volumes:
  workspace:
    name: jitsu_workspace

Description

Web UI automatically logged out (ResizeObserver loop complete with undelivered notification)

Steps to reproduce

Use lastest version of jitsu or jitsu:beta
Try to login
Create a new project / try to save a setting
You will be automatically be disconnected

Expected behavior

Stay connected to in the web UI

Actual behavior

The web UI always disconnect

capture_d___e__cran__le_2023-02-10_a___16 16 04

Capture d’écran, le 2023-02-11 à 07 22 26

401 error message --> {"error":"token required","message":"Authorization failed: token required"}

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