Simon Goetz
Simon Goetz
Anyone have a solution to this?
Yea, I am seeing this same issue on a project that we are working on.
I see the same error. Did you ever figure this out?
There is a real fix for this. You can remove the `headers` item from the `graphql` object in the nuxt config file, then place it under the privateRuntimeConfig object. ```...
To make this work you need to have the graphlQL object in 2 places in the Nuxt config. You set the bones of it normally, however, all private items like...
It should still work on dev.
I am a little confused on how to get the meta data called from my files, can you please explain this a little more.
So if i put a title=''" tag in my element that is being called it updates the title, but how do i update my meta information like my facebook:og meta...
Pretty easy fix. They just need to pass options into the component ` components: { input: (props) => CustomSlugInput(props, prefixer), },`
yea, I am getting the same issue. The code needs to be updated in the file `VideoEmbedderVariable.php` line 113 –– `return Template::raw(VideoEmbedder::$plugin->service->getInfo($url)->provider_name);`