Hello Fly community,
I hope this message finds you well. I am currently facing an issue with private networking in my Fly organization and would appreciate some guidance.
When I use the internal address (http://api-example.internal:8080) to curl my API instance from my front-end server, I notice a delay of approximately 5 seconds before receiving the response. However, when I use the fly.dev address (https://api-example.fly.dev), the response is instantaneous (from that same server).
I’m curious if anyone has encountered a similar situation or has insights into what might be causing this delay in private networking requests. Your expertise and suggestions would be immensely helpful.
curl -i http://api-example.internal:8080
If anyone could shed some light on this matter, I would be grateful.
Thank you in advance for your assistance!