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

ValidationError when signing up with Github #102

Closed
icebob opened this issue Jul 10, 2023 · 4 comments
Closed

ValidationError when signing up with Github #102

icebob opened this issue Jul 10, 2023 · 4 comments

Comments

@icebob
Copy link

icebob commented Jul 10, 2023

Hi,

great project. I've tried to sign up with Github social login, but it gives ValidationError:

{"name":"ValidationError","message":"Parameters validation error!","code":422,"type":"VALIDATION_ERROR","data":[{"type":"required","message":"The 'email' field is required.","field":"email","actual":null,"nodeID":"14c1c2fa1840-28","action":"user.findUserByEmail"}]}
@moonrailgun
Copy link
Contributor

Oh, my bad. Because of this plugin is register account with email... but you not has public email setting in your github account...

I will fix it.

@icebob
Copy link
Author

icebob commented Jul 11, 2023

Cool, but now I've got another error:

{"name":"RequestTimeoutError","message":"Request is timed out when call 'plugin:com.msgbyte.iam.github.redirect' action on '820183387a5d-28' node.","code":504,"type":"REQUEST_TIMEOUT","data":{"action":"plugin:com.msgbyte.iam.github.redirect","nodeID":"820183387a5d-28"}}

@moonrailgun
Copy link
Contributor

Yeah, I known this problem, you can retry some times. Because the server of tailchat deployed in china, sometimes the network is not very stable between tailchat and github, and needs some luck. (The chinese government does not allow users to use github and google)

:(


But tailchat is build for global, so i add it. And everything is provider by plugins

@moonrailgun
Copy link
Contributor

This timeout problem has been optimize with proxy, feel free to reopen it if still occur timeout error

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

2 participants