Last Modified: Nov 07, 2024
Affected Product(s):
BIG-IP APM
Fixed In:
16.1.5
Opened: Feb 07, 2024 Severity: 4-Minor
When Modern Rewrite Mode is used, an error occurs while processing traffic: cache-fm-Modern.js:481 Uncaught TypeError: Cannot read properties of undefined (reading 'Array')
Application does not function properly
Modern Rewrite Mode is used
Use the below iFile iRule: when CLIENT_ACCEPTED { ACCESS::restrict_irule_events disable } when HTTP_REQUEST { if { [HTTP::path] ends_with "cache-fm-Modern.js" } { HTTP::respond 200 content [ifile get ModernCachefm] } } iFile - Contact F5 support for iFile
Application is working fine now