- πͺπΈSpain lpeidro Madrid
Hello,
We are experiencing this issue on a client project, but the solution proposed by maximpodorov is not working properly in our case and does not resolve the issue.
We have created a simple module that might be useful to help solve this problem Url Purge Aggregator β .
It is a very simple queuer that adds the URLs to the Purge queue when a node is edited or removed. This functionality can be enabled through configuration.
In this case, it would be necessary to implement the hook_entity_insert() hook to use the service provided by the module (url_purge_aggregator.queuer) to add the node's URL when it is created.
I am going to create an issue to add this option as well.
I hope this module can be useful.