-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Feedback url is not receiving #813
Comments
Same for me. FeedbackURL never being called. |
Could you access to stats or metrics endpoints? In my case they are returning an empty response body. |
I will take it. |
Hello everyone, in my case I have experienced that, during sending a couple of thousand Push Notifications, I could not get some feedback errors to the feedback url. It is minimal. Generally the case results in {1;2;3} lost feedbacks of {15000;30000} Throughout the sendings, I use the same token and expecting it returns with a generic error. This, using the same token with bulk sending, may also be causing to the such kind of a case. Is there anyone experienced such kind of a case or with recommendations? |
I am currently experiencing an issue with Gorush feedback URL configuration. Despite successfully receiving push notifications and responses in the console log, no response is being sent to the specified feedback_hook_url.
Core Configuration:
Problem:
Expected behavior: The response should be sent to the configured feedback_hook_url.
Actual behavior: No response is being sent to the feedback_hook_url. However, the response is being logged in the console.
Additional Information:
The text was updated successfully, but these errors were encountered: