Adrian

Results 68 comments of Adrian

@case112 you're using facebook graph instead of instagram graph - did they merge that? Do you have any documentation to back it up that the insta graph API does not...

@danielroe I already linked everything, the tutorial page which's sample URL I pasted into the facebook test tool. This does not work. Therefore the reproduction is within the tutorial page...

My code is actually irrelevant to the issue, as the source code of the [tutorial page](https://nuxtjs.org/examples/seo/twitter-og) already shows exactly that it is not working. Therefore representing a reproducible example without...

@danielroe I am sorry but it seems you tested the wrong page. According to the example the `mountains/${params}` subpage should have the `og:title` of the mountain in question. Now when...

@danielroe I did not mean to offend you, however the way you replied made me feel as if my issue was not read properly. Believe me when I say I...

@danielroe that workaround would be fine for me, I'd be ok with closing this issue unless you'd want it remain open to find a more permanent solution?

@codernirdesh, I did not, but @danielroe did further up: https://github.com/nuxt/nuxt.js/issues/10318#issuecomment-1106255614

Experiencing the same issue, getting a 403 on the DELETE request in the network tab. Endpoint: /remote.php/dav/calendars/[USER]/[CALENDAR_NAME]/ ```xml Sabre\DAV\Exception\Forbidden ```

> By the way, in Nuxt, I should put it in `index.d.ts` on the root project, right? not in plugins folder, isn't? A little late but it cost me the...