Sign in with GitHUB error (also with Google)
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Windows Subsystem for Linux (WSL)
Which version of AutoGPT are you using?
Latest Release
Do you use OpenAI GPT-3 or GPT-4?
GPT-4
Which area covers your issue best?
Installation and setup
Describe your issue.
[2024-01-13 16:41:48,209] [main ] [INFO] 📝 Agent server starting on http://localhost:8000/
The setup is complete, and when I enter the command ./run agent start AgentName, the site at http://localhost:8000/ opens. There are buttons for ‘Sign in with Google’ and ‘Sign in with GitHub’.
When I press the ‘Sign in with GitHub’ button, nothing is displayed and I cannot sign in. ( also with Google sign in)
Is there something missing in the settings?
Upload Activity Log Content
No response
Upload Error Log Content
No response
same to me, " 400: redirect_uri_mismatch". I have register a google auth2.0 for my domainname..........
⚠️ Search for existing issues first ⚠️
- [x] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Windows Subsystem for Linux (WSL)
Which version of AutoGPT are you using?
Latest Release
Do you use OpenAI GPT-3 or GPT-4?
GPT-4
Which area covers your issue best?
Installation and setup
Describe your issue.
[2024-01-13 16:41:48,209] [main ] [INFO] 📝 Agent server starting on http://localhost:8000/
The setup is complete, and when I enter the command ./run agent start AgentName, the site at http://localhost:8000/ opens. There are buttons for ‘Sign in with Google’ and ‘Sign in with GitHub’.
When I press the ‘Sign in with GitHub’ button, nothing is displayed and I cannot sign in. ( also with Google sign in)
Is there something missing in the settings?
Upload Activity Log Content
No response
Upload Error Log Content
No response
i meet same proble
For me worked removing fully the agent with:
rm -rf <AutoGPT-dir>/autogpts/<youragent>
And then creating it again with
./run agent create <agent_name>
Note that in this time I filled the .github_access_token file in the root directory of AutoGPT with a new token of github. (Don't know if that was effective)
Edit:
I have also found that in my case i was using the direction 127.0.0.1:8000 for accessing the autogpt, trying with localhost:8000 also turns out to solve my problem I don't know why
We only have redirects setup on localhost. Fix is to use localhost instead of 127.0.0.1 is all. Closing issue
The problem was occured again.