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)