Open maya329 opened 6 months ago
Describe the bug After spinning up the instance, I'm greeted with a Token missing error
To Reproduce Steps to reproduce the behavior:
Expected behavior To be able to login
Screenshots <img width="642" alt="image" src="https://github.com/rocket-admin/rocketadmin/assets/68476468/de08aee5-868a-407a-91af-
Desktop (please complete the following information):
Additional context I created and used the following docker compose
services: rocketadmin: image: rocketadmin/rocketadmin depends_on: - db - rocket_db restart: always container_name: infinity_rocket_admin ports: - '8034:80' environment: - 'APP_DOMAIN_ADDRESS=XXX' - 'TEMPORARY_JWT_SECRET=XXX' - 'PRIVATE_KEY=XXX' - 'JWT_SECRET=XXX' - 'DATABASE_URL=postgresql://xxx' db: image: mysql:8.0.23 container_name: infinity_rocket_db ports: - 8035:3306 volumes: - ./db_data:/var/lib/mysql restart: always environment: MYSQL_ROOT_PASSWORD: uqt1gef3QBY!qyd7xcx MYSQL_DATABASE: inifnity_lootbox MYSQL_USER: infi_rocket MYSQL_PASSWORD: xza3TFC@tub6jzy!mam rocket_db: image: postgres container_name: infinity_rocket_admin_db restart: always shm_size: 128mb volumes: - ./pg_data:/var/lib/postgresql/data environment: POSTGRES_USER: rocket_admin POSTGRES_PASSWORD: fdy3xng-cgb2DHW*qye POSTGRES_DB: infinity-rocket
same here.
Workaround : use an extension on your browser to allow set-cookie on unsecured connection. https://addons.mozilla.org/fr/firefox/addon/set-cookie-no-secure-httponly/
Describe the bug After spinning up the instance, I'm greeted with a Token missing error
To Reproduce Steps to reproduce the behavior:
Expected behavior To be able to login
Screenshots <img width="642" alt="image" src="https://github.com/rocket-admin/rocketadmin/assets/68476468/de08aee5-868a-407a-91af-
Desktop (please complete the following information):
Additional context I created and used the following docker compose