Push notifications not working on android local

Hi,

From today I can’t send push notifications with the token generated by EXPO and it’s preventing me from testing locally now…

curl 'https://exp.host/--/api/v2/push/send' -H 'authority: exp.host' -H 'accept: application/json' -H 'sec-fetch-dest: empty' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36' -H 'content-type: application/json' -H 'origin: https://expo.io' -H 'sec-fetch-site: cross-site' -H 'sec-fetch-mode: cors' -H 'referer: https://expo.io/' -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8,de;q=0.7' --data-binary '[{"to":"ExponentPushToken[nIYHzJMI8tEoBfXlm81MMQ]","title":"TEST","body":"TEST"}]' --compressed

RESPONSE

{"data":[{"id":"4969da18-5be0-4b5c-8902-a1cfee0a64d2","status":"error","message":"The recipient device is not registered with FCM.","details":{"error":"DeviceNotRegistered","fault":"developer"}}]}

It’s saying permission granted and returning this TOKEN using async request

await Notifications.getExpoPushTokenAsync();

ExponentPushToken[nIYHzJMI8tEoBfXlm81MMQ]

I need to reset the token as this one no longer works for some reason!
Please can you help ASAP as We are desperate to release this App. Side note when it’s built and install it works fine and generates a new token if I clear App cache