-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
ntfy not sending test message #524
Comments
Hi. At what stage does it fail? Thanks. |
Hi thanks for getting back to me. It says success notification sent successfully but I am not getting a notification on my ntfy app or in a web browser. |
Hi @Rom0067 Im not sure if this will help you but I needed to add my headers in a JSON object as follows, my test now works
Regards, |
Thank you @Collin7 for reaching out. Could I ask where you get the token from? Is that in my ntfy config/compose file? Also what is the tags option I haven't seen that before as an option in ntfy? Sorry I'm completely lost when it comes to JSON. I usually use ntfy from the fui and occasionally cli. Thanks again! |
Hi @Rom0067 As for the token, if you have access control set up that is not public and have a username and password configured for your topic access, you can generate the token inside the ntfy docker container see instructions here Access Control. I set mine up long ago, if I recall I created an admin role user, and then created the token for that user, you will see the step by step guid in the above link. |
@Collin7 You are awesome for taking the time to help. I thought that is what you meant by auth token so docker exec'd and ran ntfy commands to find it. I did exactly what you suggested but I still am not receiving any messages... |
It's no problem @Rom0067. Try adding Bearer to your token header. If this still does not work make sure you can get the notification using curl command on your pc, if that does not work then you know it's not Wallos but your ntfy setup that has an issue. Just to narrow down where to look. |
@Collin7 IT WORKED! Thank you very much for sticking with me. Is the "Bearer" located on ntfy docs? If so I need to be better at reading directions 😄 Thanks again have a good one! |
Hello,
I'm not sure if I'm missing something or if this is a bug but I am not receiving test notifications from ntfy. Im not sure if Im supposed to put something in the custom headers section. I tried an Authorization: Basic "Token" but that also did not work. Any help is appreciated.
The text was updated successfully, but these errors were encountered: