xtekky / chatgpt-clone

ChatGPT interface with better UI
https://g4f.ai
GNU General Public License v3.0
3.42k stars 1.02k forks source link

Timeout when I try to connect to the website #116

Closed sacharbit closed 1 year ago

sacharbit commented 1 year ago

I installed all the libraries. I run the chatgpt-clone website. I have the following logs:

 * Serving Flask app 'server.app'
 * Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:1338
 * Running on http://<public_ip>:1338
Press CTRL+C to quit

And yet I cannot connect when I try http://:1338 or http://:1338/chat

sacharbit commented 1 year ago

I had to add firewall rule to accept connections to this port.