Problem/Motivation
After creating the new SEO URL link InboundPathProcessor doesn't work immediately.
We need to clear the cache for that.
Proposed resolution
Add hook_ENTITY_TYPE_insert and implement seo_urls_clear_cache()
Issue fork seo_urls-3351367
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
hitchshockImplemented the following code:
Tested the behavior.
InboundPathProcessor and OutboundPathProcessor are working immediately after creating a new SEO Url now.