Gary Lawrence Murphy
Gary Lawrence Murphy
thanks again -- I see today on the schema.org mailing list that this change in the accept header was intentional, a consequence of blocking a DoS attack, which was likely...
Work-around: I have an ugly fix for those who need this working quickly, I won't submit a PR because this isn't a fix, it's a hack that (in my case)...
I found my work-around: if I copy the @context into each of the @graph items and parse them one at a time, then combine the results, it resolves as expected
I've been running it for two days now, upgrade was smooth, no obvious issues (but pacing the rug waiting for my fave app devs to catch up to Nextcloud 29...
Confirming this is still broken in Nextcloud 26.0.3, which makes this request three years old as of a week ago last Saturday! 🎂🥳 I do hope it _can_ be fixed.
So far as I can tell, Social is abandoned, but you could fork it and merge back if the maintainer ever returns. Your Application.php solved the errors for me [1],...
Yoast will be a popular offender, and in all cases I have investigated, those with `@graph` are `script type="application/ld+json" class="yoast-schema-graph"` - sadly it is very widely used. So far, I...
It does look like the code _attempts_ to correct for `@graph` ``` // Look through @graph field for recipe $this->mapGraphField($json); // Look for an array of recipes $this->mapArray($json); ```
This is only a guess, but did you remember to run that command sudo -u www-data? On Fri, Jul 26, 2024 at 1:15 AM Ben Zhao ***@***.***> wrote: > I'd...
when you execute any of the nextcloud occ actions, you need to be under the same unix account as the files themselves, and since we normally install webpages with the...