You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some cases of sending push notifications where I cannot identify the errors and the createNotification function does not return any information about the error.
Steps to reproduce?
version 2.0.1-beta2
I create the object with the OneSignalNotification type
and send with await this.oneSignalService.createNotification(notificationsBody);
when sent successfully it returns the right information but there is no error, I am just receiving errors: {}
What did you expect to happen?
I hope that at least I can get back to the error that happened
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I noticed that the external_id value in the include_aliases value was not included in the sent http request. If the body value you posted is similar, I fixed it and created a pull request
Hi, we have had no further reports of this. Please upgrade the OneSignal SDK if you or anyone is still having this issue. If this is still an issue, please open a new report with updated information.
What happened?
I have some cases of sending push notifications where I cannot identify the errors and the createNotification function does not return any information about the error.
Steps to reproduce?
What did you expect to happen?
I hope that at least I can get back to the error that happened
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: