Missing "Send test notification" button. #1575
-
Some old screenshots (e.g. #621) and issues suggest that there is a "Send test notification" button in the notifications tab but I can't seem to find it. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Cant help if you dont write what version you're using |
Beta Was this translation helpful? Give feedback.
-
Could someone post a screenshot of how their notifications tab looks? |
Beta Was this translation helpful? Give feedback.
-
You are running an extremely old version.......... |
Beta Was this translation helpful? Give feedback.
-
that 'clear snapshot history' button was rewritten to be just 'CLEAR HISTORY' a long long time ago |
Beta Was this translation helpful? Give feedback.
-
The version tab on the top right says v0.42 (I just pulled the latest container again to test) changedetection.io/docker-compose.yml Lines 1 to 8 in 9e95453 My exact compose file: changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:latest
container_name: changedetection
hostname: changedetection
volumes:
- "./changedetection/:/datastore"
# Comment out ports: when using behind a reverse proxy , enable networks: etc.
ports:
- 5099:5000
restart: unless-stopped |
Beta Was this translation helpful? Give feedback.
-
In case anyone else runs into this, check if it's an adblock rule affecting the .notifications-wrapper CSS class - e.g., Fanboy's Annoyance list has a cosmetic filter that hides it. |
Beta Was this translation helpful? Give feedback.
I'm wondering if the templates are cached on your server or something..
can you try remove that container and make it again?