- Issue created by @romulasry
- π§π·Brazil charlliequadros
Hi @romulasry, I believe this error is expected.
You need to add a token because, when the module generates URLs automatically, it requires something to differentiate them.
You can try something like "/board/term/[node:title]" or click on "Browse available tokens" to check which token best fits the 'forum' pattern type. I also think you need to use tokens to generate unique URLs. Click the "Browse available tokens" link in the configuration page to view the tokens. This will help you identify the most suitable token for the term.
After updating the pattern to include a token, save the configuration and regenerate the paths if needed.For example:
/board/term/[term:name]: This will include the term name in the URL.
/board/term/[term:tid]: This will use the term's unique ID.- πΊπ¦Ukraine serhii shandaliuk
It's expected error, you should do the steps as described in https://www.drupal.org/project/pathauto/issues/3494003#comment-15957071 π Pathauto path pattern generation doesn't work Active .
This one should be closed. Automatically closed - issue fixed for 2 weeks with no activity.