angularjs-in-action / angello

MIT License
247 stars 136 forks source link

"There was an error processing the signup." #36

Open nflomenb opened 8 years ago

nflomenb commented 8 years ago

I have been trying to get Angello running using Firebase. The app brings up the sign up/sign in screen without any errors.

However on trying to create a new account, I get the following error messages from the application serving Angello (Netbeans) -

Failed to load resource: the server responded with a status of 404 (Not Found) (14:27:00:938 | error, network) at https://www.gravatar.com/avatar/95a900435ca16f23512f418175856480?d=404 'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead. (14:27:01:222 | warning, deprecation) at http://cdn.auth0.com/js/lock-6.js:9883 Failed to load resource: the server responded with a status of 400 (Bad Request) (14:27:24:222 | error, network) at https://angello.auth0.com/dbconnections/signup XMLHttpRequest cannot load https://angello.auth0.com/dbconnections/signup. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8383' is therefore not allowed access. The response had HTTP status code 400. (14:27:24:223 | error, javascript) at index.html

Trying to sort out if this an auth0 issue vs Angello code issue vs Firebase issue. Any and all help would be appreciated.

Thanks, Neal

chavisclark commented 8 years ago

This might an auth0 issue. Have you figured it out yet?

anhtv08 commented 8 years ago

Hi forks,

I am getting same issue when trying to use firebase

anhtv08 commented 8 years ago

Hi all, I managed to solve this issue, what I was doing is that I created my own domain on Auth0, then used my own domain, and clientID. Second thing I did is to setup callback URLs. image

Hope this help.

GarfieldDeepClone commented 5 years ago

@anhtv08 how did you do that? I also created my own domain because angello.auth0 is not working. So I copied the client-id and secret-id into the .env file of angello-express. And changed the domain in Angello.js and also the client-id there. But still get the same errors....