auth0-samples / auth0-angularjs-sample

These samples are made up of steps to add Auth0 to an Angular JS app
28 stars 111 forks source link

Auth0 is not defined #48

Open JasonOlson15 opened 7 years ago

JasonOlson15 commented 7 years ago

When implementing this I am getting the following error:

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:modulerr] Failed to instantiate module auth0.auth0 due to: ReferenceError: Auth0 is not defined

Any ideas what might be causing that?

kwarnke commented 7 years ago

I'm seeing this as well. Any ideas here?

ganeshkaspate commented 6 years ago

I am also getting the same error. Any solution ?

Ecarbone70 commented 6 years ago

If it could help, my workaround, at the end: https://github.com/auth0-samples/auth0-angularjs-sample/issues/33

ganeshkaspate commented 6 years ago

@Ecarbone70 I actually posted my code and opened an issue https://github.com/auth0-samples/auth0-angularjs-sample/issues/50
Please have a look.