What I’m trying to do:
Embed an iframe in a custom HTML page that calls localhost (during testing),
it calls a production url during deployment. Query is regarding the former:
What I’ve tried and what’s not working:
Until recently, I could run such a page in the Anvil editor and the iframe would render. However, since the past week or so, such a page (i.e., one that calls localhost) only works when called from outside the editor, i.e. via the published URL of my Anvil app.
Has something changed? It was rather convenient to be able to test within the editor. Not a show stopper but wanted to understand this.