Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nflomenb opened this issue Sep 13, 2015 · 4 comments
Open

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

nflomenb opened this issue Sep 13, 2015 · 4 comments

Comments

@nflomenb
Copy link

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
Copy link

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

@anhtv08
Copy link

anhtv08 commented Jul 19, 2016

Hi forks,

I am getting same issue when trying to use firebase

@anhtv08
Copy link

anhtv08 commented Jul 20, 2016

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
Copy link

@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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants