I embedded a map in a post by writing the link on a single line. It was working perfectly for days until it wasn’t… And I don’t know why.
The link is working, and the embedding of the same map works in my other Discourse.
I didn’t change any related setting and I still have https://www.google.com/maps/d/embed? in my allowed iframes.
No error in the js console, and nothing in logs. Safe-mode doesn’t fix the issue.
Any idea why the map doesn’t load anymore?
edit:
However, the iframe content is displayed if I directly paste this the iframe HTML code in my post.
Have they changed their embed path? I note on try that the default allowed iframes has https://www.google.com/maps/embed? but not https://www.google.com/maps/d/embed?
I just added https://www.google.com/maps/d/embed? to the allowlist, rebaked the posts and they are now working on try.
This is the issue I was facing and I already had /d/ in my iframe authorized URL, so I still don’t understand why it stopped working, and worked again later.
The only thing I did was to remove /d/ from the authorized URLs, and add it again…
(and I needed to rebake after anyway)