Hi all — OSDK React app with a Leaflet map. Object markers render fine (OSDK data works), but the map background is grey. Console shows CSP violations blocking tile and marker icon requests to:
-
https://*.tile.openstreetmap.org -
https://server.arcgisonline.com -
https://raw.githubusercontent.com -
https://cdnjs.cloudflare.com
Works locally; only fails in the deployed Foundry app.
Questions:
-
How do I update
img-srcfor a deployed OSDK app — repo config or support ticket? -
Is there a Foundry-native tile proxy or recommended pattern instead of allowlisting external tile CDNs?
Thanks!