AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Sign in with GitHUB error (also with Google)

Open taka11japan opened this issue 1 year ago • 3 comments

⚠️ 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

taka11japan avatar Jan 18 '24 12:01 taka11japan

same to me, " 400: redirect_uri_mismatch". I have register a google auth2.0 for my domainname..........

virtualmemorys avatar Feb 13 '24 12:02 virtualmemorys

⚠️ 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

weiyonggang1 avatar Feb 20 '24 16:02 weiyonggang1

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

SamthinkGit avatar Mar 07 '24 17:03 SamthinkGit

We only have redirects setup on localhost. Fix is to use localhost instead of 127.0.0.1 is all. Closing issue

ntindle avatar Mar 17 '24 06:03 ntindle

The problem was occured again.

taka11japan avatar Apr 05 '24 06:04 taka11japan