Logout on browser reload #3963
Labels
affects: main
Issue impacts "main" (latest release).
authentication: general
general authentication issues
authentication: password
related to built in password authentication
backend: Docker
related to DSpace deployment via Docker
bug
help wanted
Needs a volunteer to claim to move forward
high priority
Milestone
Describe the bug
When I build DSpace from the current main branch (as of Feb. 6th, 2025: backend: f4bac3781e ; frontend: 8184acc) using the Dockerfiles and docker-compose files from the community, create an account, login via the webui and reload my browser, I'm being logged out.
To Reproduce
Steps to reproduce the behavior:
docker compose -p foo -f docker/docker-compose.yml build --pull --no-cache
in the frontend source directorydocker compose -p foo -f docker-compose.yml build --pull --no-cache
in the backend source directorydocker compose -p foo -f docker-compose.yml -f dspace/src/main/docker-compose/docker-compose-angular.yml up -d
docker compose -p foo -f docker-compose.yml -f dspace/src/main/docker-compose/docker-compose-angular.yml exec dspace /bin/bash
and call/dspace/bin/dspace create-administrator
to create an accountExpected behavior
When I login into dspace and reload in the browser, I should still be logged in.
The text was updated successfully, but these errors were encountered: