TWSD-1394 404 Not found: while accessing SLB
Review Request #1294 — Created Jan. 8, 2026 and updated
| Information | |
|---|---|
| lucille | |
| APV10 | |
| rel_apv_10_7_4 | |
| TWSD-1394 | |
| Reviewers | |
| austin, shuinvy | |
Fix the 404 error for wrong image path
Root Cause:
Some pages contained leftover image-loading logic in the page generation JavaScript, including invalid paths and base64 image sources. These images were not actually used by the pages but were still being loaded during initialization, which triggered Content Security Policy (CSP) violations.
Solution:
Removed the unused image-loading paths from the page generation JavaScript to ensure that only required and actively used image resources are loaded.
Verify:
Confirmed that the affected pages no longer attempt to load unused image resources and that no CSP-related errors appear in the browser console after the fix.
