#GPT 3 Works when i local host my code (react frontend, express js backend) But not on server.

2 messages · Page 1 of 1 (latest)

tidal oriole
#

When i node index.js and npm start my client using create react app my code properly communicated with the api and gets a result back, on localhost. When i transfer the files to the server and set it up under a public ip and domain, it stops working. I can enter things and use the ui just fine but it doesnt communicate with the open ai api. (Using the same methods to run the code)

empty scarab
#

OI