Public IP binding causes duplicate workflows and infinite GET requests returning HTTP 400
When I bind the server’s public IP to productionize Sim Studio, it doesn’t behave as expected. I’ve attached the docker-compose file for review. After deploying on my Ubuntu server and replacing localhost with the public IP for external access, uploading a workflow creates duplicate entries; selecting one of those workflows triggers repeated GET /workflow API calls and the request fails with a 400 status.
@basheerpixinsights all the URLs in your docker-compose.yml are still set to localhost, these all need to be updated to use your public IP.
@waleedlatif1 Yes, the problem starts occurring only once I update localhost to the public IP.