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
Recently, it was observed that players returned by the onesignal-node-api library do not contain the app_id property, which was previously included. This absence causes issues, particularly when attempting to update player information, as the operation expects a valid app_id, resulting in errors.
Steps to reproduce?
To reproduce the issue, simply retrieve a player using the library and attempt to update the player's information without manually adding an app_id. The library will throw an error indicating that app_id must be a valid UUID.
What did you expect to happen?
I expected the player object retrieved from the library to include the app_id property automatically, allowing for seamless updates without the need for manual intervention.
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:
What happened?
Recently, it was observed that players returned by the onesignal-node-api library do not contain the app_id property, which was previously included. This absence causes issues, particularly when attempting to update player information, as the operation expects a valid app_id, resulting in errors.
Steps to reproduce?
To reproduce the issue, simply retrieve a player using the library and attempt to update the player's information without manually adding an app_id. The library will throw an error indicating that
app_id must be a valid UUID
.What did you expect to happen?
I expected the player object retrieved from the library to include the app_id property automatically, allowing for seamless updates without the need for manual intervention.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: