@jorgecacho wrote:
Hi all,
Following http://docs.ionic.io/docs/user-quick-start I'm trying to get Users registered in the app.
I have followed these steps:
$ ionic start test $ cd test $ ionic add ionic-platform-web-client $ ionic io init
And the I have added this code to app.js in .run function
// kick off the platform web client Ionic.io(); // this will give you a fresh user or the previously saved 'current user' var user = Ionic.User.current();
But I'm getting this error:
NS_ERROR_FILE_CORRUPTED: http://localhost:8100/lib/ionic-platform-web-client/dist/ionic.io.bundle.min.js Line: 2
Do you know who can I fix this error?
Thanks!
Jorge
Posts: 1
Participants: 1