Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign Out doesn't work #181

Closed
vladaurosh opened this issue Feb 12, 2023 · 2 comments
Closed

Sign Out doesn't work #181

vladaurosh opened this issue Feb 12, 2023 · 2 comments
Labels
bug 🐛 Something isn't working next release/in dev image🚀 This is coming in the next release or was already released if the issue is Closed.

Comments

@vladaurosh
Copy link
Contributor

vladaurosh commented Feb 12, 2023

Describe the issue
Sign Out doesn't work in latest docker image. Sign in works ok, but then clicking on Sign Out just refreshes the page

Paste last few lines from pialert.log


N/A

Paste your pialert.conf (remove personal info)

PIALERT_WEB_PROTECTION=True
PIALERT_WEB_PASSWORD='xxxxxxxxxxxxxxxxxxxxxxx'

Rest is default.

Paste your docker-compose.yml and .env (remove personal info)

docker-compose.yml

version: "3"
services:
  pialert:
    container_name: pialert
    image: "jokobsk/pi.alert:latest"
    network_mode: "host"
    restart: unless-stopped
    environment:
      - TZ=Europe/Dublin
      - HOST_USER_ID=1001
      - HOST_USER_GID=1001
      - PORT=20211
    volumes:
      - /opt/pi.alert/config:/home/pi/pialert/config
      - /opt/pi.alert/db:/home/pi/pialert/db

.env


N/A

Screenshots
If applicable, add screenshots to help explain your problem.

jokob-sk added a commit that referenced this issue Feb 25, 2023
@jokob-sk
Copy link
Owner

Hey,

Thanks for reporting.

Should be fixed in the next release,

Thanks,
j

@jokob-sk jokob-sk added the next release/in dev image🚀 This is coming in the next release or was already released if the issue is Closed. label Feb 25, 2023
@jokob-sk jokob-sk reopened this Feb 25, 2023
@jokob-sk jokob-sk added the bug 🐛 Something isn't working label Feb 25, 2023
@jokob-sk
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working next release/in dev image🚀 This is coming in the next release or was already released if the issue is Closed.
Projects
None yet
Development

No branches or pull requests

2 participants