I set my server location as Asia but replit use US server for me

Hello. I set my server location as Asia (India). Then I created a web page. But replit constructed my web page on US server:

I deleted my Repl and create webpage several times but it didn’t been solved. What should I do?

1 Like

Hey @flover1111!

I’m not sure about this, so I have asked the team. I’ll follow up as soon as I get a reply!

Try running curl https://api.ipify.io in your repl to see its IP address. The repl’s IP should be different than the IP that’s used for custom domains.

The A record points to our global proxy, which is located in North America. However, if you use a CNAME record instead, that should route the requests to the dedicated proxy in Asaia.

3 Likes