I am trying to migrate ionic push to beta but it is not registering the device tokens in the dashboard. But when i am signingup the users are getting registered but the device push tokens are missing. Can you please guide me through push migration.?

$ionicPush.register().then(function(token) {

        $ionicPush.saveToken(token).then(function(data){

          $log.log("Token Saved :", data);
        }, function(err){

          $log.log("Token Not Saved :", err)
        });
        
      }).then(function(token) {

      });

Hi, did you manage to resolve this issue? At first it was working fine and could register the device token but now it is failing.