Skip to content

Issue when deleteing all Notification #946

@peterbata

Description

@peterbata

Can the issue be reproduced with the latest available release? (y)

Which one is the environment gotify server is running in?

  • Docker Unraid Server
  • Linux machine
  • Windows machine
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)

  • None
  • Nginx Proxy Manager
  • Apache
  • Caddy
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)

  • WebUI
  • gotify-cli
  • Android Client
  • 3rd-party API call (Please include your code)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions