Embed plugin not working on production #1078
Unanswered
driesvints
asked this question in
Q&A
Replies: 1 comment 3 replies
-
My best guess is that the underlying Embed library is probably not getting the expected response back for that URL for some reason. If you're able to set a breakpoint or add some logging here to inspect the value of On a related note, we could probably do a better job handling errors in our adapter. But it's not clear to me whether/how the Embed library actually exposes those 🤔 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the weirdest issue where the Embed plugin is not transforming a YouTube link into an embed on production. Works perfectly locally with the same content.
The url is https://youtube.com/watch?v=WZS12h2m0uI
Config (
config('app.host')
returns the domain of the site)I can't for the life of me fathom why this is happening. It's not region bound because I checked from some VPS sources. The iframe simply isn't rendered. It's also (afaik) not caching. Any idea why the Embed plugin might not render it?
Beta Was this translation helpful? Give feedback.
All reactions