Description
This is a weird behaviour. Yet it's not really a bug but something that spider bots do. They get to ListTimezones while not being signed in (hard for spider bot). Here are 2 cases:
18.224.149.242 - - [26/Apr/2024:03:20:05 +0000] "GET /sfa/control/setSessionTimeZone?tzId=Australia/Melbourne HTTP/1.1" 200 42716 "-" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" 2024-04-26 03:20:05,254 |-0.0.0.0-8009-exec-4 |ModelScreenWidget |E| Could not find PortalPage with portalPageId [] 3.144.172.115 - - [26/Apr/2024:03:32:22 +0000] "GET /sfa/control/setSessionTimeZone?tzId=Asia/Kuwait HTTP/1.1" 200 42716 "-" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" 2024-04-26 03:32:22,395 |-0.0.0.0-8009-exec-7 |ModelScreenWidget |E| Could not find PortalPage with portalPageId []
It happens only for SFA. All the others are not concerned
Why only SFA is concerned is unclear but not really a problem. Because once signed in the problem dissapears. The only problem is that if a spider bot gets to your production server it will clutter the log. There is 636 possible hours...
Now that I know the reason, I'll try to find a workaround.