Ionic Push : (Error: Push plugin not found!)

So I have followed the push instructions to a T !! twice, creating new projects each time and I keep getting the same error…

There are some older posts that claim to have success with this issue that post code that is no longer applicable cause its 8 months or so old and the interfaces have changed.

Any advice?

 main.js:55763 EXCEPTION: Uncaught (in promise): Error: Push plugin not found! See logs.
Error: Push plugin not found! See logs.
    at http://localhost:8100/build/main.js:62692:33
    at EventEmitter.once (http://localhost:8100/build/main.js:40119:13)
    at Push.register (http://localhost:8100/build/main.js:62674:22)
    at http://localhost:8100/build/main.js:108960:24
    at t.invoke (http://localhost:8100/build/polyfills.js:3:9094)
    at Object.onInvoke (http://localhost:8100/build/main.js:37779:37)
    at t.invoke (http://localhost:8100/build/polyfills.js:3:9045)
    at e.run (http://localhost:8100/build/polyfills.js:3:6481)
    at http://localhost:8100/build/polyfills.js:3:4583
    at t.invokeTask (http://localhost:8100/build/polyfills.js:3:9723)

Which Ionic version are you using? (Type ionic info in the console)
How are you testing? ionic serve? On simulator/device?

CLI is version 2.2.1.

I am actually doing an ionic cloud build and installing the apk on my android phone directly and trying to push through the cloud console.

Have you run into this before?

Yes and no. Right now I am trying to get the info neccesary for someone being able to debug your problem. ionic info would really help: http://ionicframework.com/docs/cli/info.html

Cordova CLI 6.5.0
Ionic CLI Version : 2.2.1
Ionic App Lib Version 2.2.0
ios-deploy-version: not installed
ion-sim-version: not installed
OS: windows 7
Node Version v6.9.2
Xcode version: Not Installed

1 Like