sim icon indicating copy to clipboard operation
sim copied to clipboard

Public IP binding causes duplicate workflows and infinite GET requests returning HTTP 400

Open basheerpixinsights opened this issue 2 months ago • 2 comments

docker-compose.yml

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 avatar Dec 10 '25 04:12 basheerpixinsights

@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 avatar Dec 10 '25 05:12 waleedlatif1

@waleedlatif1 Yes, the problem starts occurring only once I update localhost to the public IP.

basheerpixinsights avatar Dec 10 '25 06:12 basheerpixinsights