Can the issue be reproduced with the latest available release? (y)
Which one is the environment gotify server is running in?
services:
gotify:
image: gotify/server
ports:
- 8070:80
environment:
GOTIFY_DEFAULTUSER_PASS: admin
volumes:
- ./gotify_data:/app/data
# to run gotify as a dedicated user:
# sudo chown -R 1234:1234 ./gotify_data
# user: "1234:1234"
networks:
homelab:
external: true
Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)
gotify.mydomain.com - Scheme http - Forward Hostname / IP = 192.168.2.x - Port = 8070 - Enabled Cache Assets, Websockets support, Block common exploits - Cloudflare Tunnel
On which client do you experience problems? (Select as many as you can see)
What did you do?
When I access the Web GUI via gotify.mydomain.com I am unable to Delete All notifications. Deleting invidually is NOT an issue until I refresh the page at which point the deleted messages re-appear and another message pops up that reads.: Gotify server is not reachable try refreshing the page. If I access the Web GUI via http://192.168.2.x:8070 I am able to successfully delete All message in one fell swoop.
What did you expect to see?
All notifications vanish
What did you see instead? (Include screenshots, android logcat/request dumps if possible)
A message pops up at the botton left of my screen that reads: undefined:undefined
Can the issue be reproduced with the latest available release? (y)
Which one is the environment gotify server is running in?
services: gotify: image: gotify/server ports: - 8070:80 environment: GOTIFY_DEFAULTUSER_PASS: admin volumes: - ./gotify_data:/app/data # to run gotify as a dedicated user: # sudo chown -R 1234:1234 ./gotify_data # user: "1234:1234" networks: homelab: external: true
Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)
gotify.mydomain.com - Scheme http - Forward Hostname / IP = 192.168.2.x - Port = 8070 - Enabled Cache Assets, Websockets support, Block common exploits - Cloudflare Tunnel
On which client do you experience problems? (Select as many as you can see)
What did you do?
When I access the Web GUI via gotify.mydomain.com I am unable to Delete All notifications. Deleting invidually is NOT an issue until I refresh the page at which point the deleted messages re-appear and another message pops up that reads.: Gotify server is not reachable try refreshing the page. If I access the Web GUI via http://192.168.2.x:8070 I am able to successfully delete All message in one fell swoop.
What did you expect to see?
All notifications vanish
What did you see instead? (Include screenshots, android logcat/request dumps if possible)
A message pops up at the botton left of my screen that reads: undefined:undefined