-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Bug]: Getting error 400 without any specific details #75
Comments
Hi @sjorobekov, thank you for reporting. We are in the process of updating the error types. Can you share what request you were making that resulted in this failure? |
Hi @nan-li. Thank you for your reply. I was experimenting with different data, and now it is working, and I don't remember what was the initial payload. So closing the issue |
@sjorobekov Ok! |
@sjorobekov Can you share your working code? I am getting |
Hi @sjorobekov, Can you share the code you are running? Feel free to open a new issue with your details. |
Hey, I noticed recently that for example player returned by this lib doesn't contain app_id property. That was not the case before. It looks like for example updatePlayer expects player argument (error thrown in our case was Hopefully it helps someone here. |
I also get 400 with no message of whats wrong.. if i remove external_id it works but i dont get an id in response.. async sendNotification(sub: string, message: PushMessage): Promise { |
@p-janik Thank you so much! You are my hero, I was stuck on this for ages |
What's on your mind?
How should I understand what should be changed in my request?
Code of Conduct
The text was updated successfully, but these errors were encountered: