Can only send push notifications to tokens / push dashboard segmenting broken

I am only able to send push notifications to tokens via “tokens” field in the POST request. When checking message status for pushes sent to “user_ids” or “emails”, the response has its “data” field empty. Additionally, when I attempt to do it in the dashboard, segmenting for specific users return an error. Is anyone else experiencing this problem?

Message status for email targeted push
{“data”: , “meta”: {“request_id”: “7416fa41-72c9-48ae-abcc-1e6c785f2fa4”, “status”: 200, “version”: “2.0.0-beta.0”}}

Message status for user_id targeted push
{“data”: , “meta”: {“request_id”: “02ea1ed9-65df-4207-be01-add25de73bf1”, “status”: 200, “version”: “2.0.0-beta.0”}}

Push dashboard segmenting error