- 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Considering this a duplicate of 🐛 Group Content Add/Create Paths do not work Needs work unless confirmed otherwise.
With the latest release of subpathauto (1.2), when trying to add a group content, it's throwing a 404.
For now we rolledback to the previous version to make it work. This commit is the one that broke group add content routes: https://git.drupalcode.org/project/subpathauto/-/commit/8b3b838b8195ff41...
This has a conflict with this method:
public function encodeParts($path) {
$path_parts = [];
foreach (explode('/', $path) as $key => $value) {
$path_parts[] = urlencode($value);
}
return implode('/', $path_parts);
}
Thank you!
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Considering this a duplicate of 🐛 Group Content Add/Create Paths do not work Needs work unless confirmed otherwise.