Open
Description
Package containing the bug
I’m not sure
Describe the bug
When pathauto is configured and a node is created, the revalidator plugin only attempts to invalidate the /node/##
path. It does not revalidate the new path alias generated.
Expected behavior
Revalidation should be executed with the new path alias.
Steps to reproduce:
- Fresh install with standard profile using 2.0.0 module version
- configure a path alias pattern for something simple like
[node:title]
- configure a simple next site and entity type revalidation, configured to revalidate the page's path.
- Enable debug mode
- create a new node
- review watchdog logs
- observe the debug log for the
/node/#
path, but not the new path alias pattern.