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 can't send json messages via parse dashboard. I've checked http response and it seems {result: true} but can't push message anyway. (no problem with text messages)
I didn't get any error with curl and json messages delivering smoothly.
Thanks,
The text was updated successfully, but these errors were encountered:
The Dashboard just uses the JS SDK to send pushes, so this issue is probably a Parse Server issue. Can you open an issue on that repo that includes some logs from when you attempt to send a push?
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Environment Setup
Steps to reproduce
I can't send json messages via parse dashboard. I've checked http response and it seems
{result: true}
but can't push message anyway. (no problem with text messages)I didn't get any error with curl and json messages delivering smoothly.
Thanks,
The text was updated successfully, but these errors were encountered: