TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
https://superagi.com/
MIT License
15.34k stars 1.85k forks source link

504 Gateway Time-out #800

Open MTnoSquare opened 1 year ago

MTnoSquare commented 1 year ago

⚠️ Check for existing issues before proceeding. ⚠️

Where are you using SuperAGI?

Windows

Which branch of SuperAGI are you using?

Main

Do you use OpenAI GPT-3.5 or GPT-4?

GPT-3.5

Which area covers your issue best?

Installation and setup

Describe your issue.

I tried to run it in the windows environment of the local machine. When I built the container and started to visit, the browser reported an error 504 Gateway Time-out. Even if I run on github codespace, the problem still occurs

How to replicate your Issue?

No response

Upload Error Log Content

504 Gateway Time-out

neelayan7 commented 1 year ago

Is this issue still persisting? This shouldn't happened.

IamAtreus commented 1 year ago

I have the same issue, and same setup

MTnoSquare commented 1 year ago

Is this issue still persisting? This shouldn't happened.

yes,it still persist

luciferlinx101 commented 1 year ago

Hey guys can you check if all the docker containers up? It might be possible that frontend container is down may be because of some memory or storage issue at your end.

IamAtreus commented 1 year ago

Got it to work. cmd as admin: net stop winnat net start winnat

and it worked

MTnoSquare commented 1 year ago

Got it to work. cmd as admin: net stop winnat net start winnat

and it worked

Following your steps still doesn't work. Did you use this method after the program started?

MTnoSquare commented 1 year ago

s down may be because of some memory or storage issue at your end.

All containers start and operate normally.

srivatsavsurya commented 1 year ago

This happened to me too, Restart Docker and run again.