AEMaaCS - Dispatcher Not Flushed
Hi there,
The issue:
Every time I publish a page, I don’t see the content updated at the publish-xxx-xxx URL (dispatcher).
Things I’ve tried to troubleshoot:
Disabled the CDN cache (Fastly) to ensure it's not cached there (didn’t work).
Disabled the "enableTTL" config in the dispatcher (didn’t work).
Set "/statfileslevel" to 0 (didn’t work).
Set "/invalidate" with "/0000 { /glob "*" /type "allow" }" (didn’t work).
Tested my dispatcher config using the local SDK dispatcher (flushing worked fine, although this uses the Replicator API).
Reset my dispatcher config to the original archetype version (still didn’t work).
Reviewed the Sling Distribution Queue — all looks good, the queue is not blocked.
Checked the Sling Distribution Queue logs — shows "type=ADD" is sent on each publication.
Dispatcher logs don’t show more than "[actionhit]" on the request.
I've updated the logs to debug level by setting the DISP_LOG_LEVEL variable to Debug (in the global.vars file), but I still see the "[I]" indicator in the logs. Is that expected?
Questions:
Is there a way to check if the .stat files are actually being created?
Is there anything I might be missing that could be preventing a normal "page publication" from flushing the dispatcher cache?
Any suggestions are welcome.