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

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem
  • Which Operating System are you using?

    Linux

    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?

    Other

    Describe your issue.

    Login loop with Google and GitHub as auth when trying to log into the Flutter front end via http://localhost:8000 . I've added the 3rd party provider to my GitHub and also tried to sign in through Google which show as a 200 code in the web tools on Firefox but it doesn't let me go any further beyond this point.

    It installs fine and runs fine in the terminal as shown by the screenshot:
    https://i.imgur.com/3HnzJqO.png

    Upload Activity Log Content

    No response

    Upload Error Log Content

    No response

    I'm having the same issue having just followed instructions to create and run my first agent. Only difference to my environment is I'm running on mac.

  • I run the agent
  • I navigate to http://localhost:8000/app/index.html
  • After selecting my google account for oauth:
  • 4. The page reverts to the signin page without the chat section:

    @neilmartindev @mattsinnock are you guys using Github Codespaces? Or are you booting this up from your terminal?

    Just from terminal :)

    I'm having the same issue having just followed instructions to create and run my first agent. Only difference to my environment is I'm running on mac.

    1. I run the agent
    2. I navigate to `http://localhost:8000/app/index.html`
    3. After selecting my google account for oauth:
    

    Screenshot 2023-10-05 at 2 36 56 PM 4. The page reverts to the signin page without the chat section: Screenshot 2023-10-05 at 2 36 01 PM

    I was able to fix this loop by unblocking cross-site cookies in firefox settings. lmk if that works for you!