Skip to main content
Question

Cross-region asset download via public URL on Monday code

  • April 13, 2026
  • 2 replies
  • 25 views

Hi,

My app downloads assets from a board using the public_url queried from the API and httpx.

When deployed on Monday Code, the DNS of the URL host (prod-euc1-files-monday-com.s3.eu-central-1.amazonaws.com) resolves but the downloads time out.

My app is live but private to the client’s account. It is hosted in US region by default since this is where my personal account is, but the client’s data in the EU region. I suspect this region difference is what causes the packets to be dropped, but activating networking allow list for prod-euc1-files-monday-com.s3.eu-central-1.amazonaws.com hasn’t made a difference.

Would you have an idea of what is happening?

My instinct would push me towards asking the client for a licence in their account in order to deploy the app from there but that would make them have to pay for an extra licence.

Thank you.


 

2 replies

  • Author
  • New Participant
  • April 13, 2026

My bad: adding prod-euc1-files-monday-com.s3.eu-central-1.amazonaws.com to the networking allow list does solve it.

Question is: how likely is this URL bound to change soon?

Thank you.


dvdsmpsn
Forum|alt.badge.img+1
  • Participating Frequently
  • April 14, 2026

It’s unlikely to change often. You could add an alert that checks the public_url against the blocklist and notifies you if it isn't present. That way you'd at least know if it changed. 
 

also, mark your own answer as correct 😉