generated from nhcarrigan/template
fix: base64 uploads, audit log noise, and stale chunk reloads #69
Reference in New Issue
Block a user
Delete Branch "fix/bugs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
validateStringLengthcheck ran before the data URL detection, rejecting all base64 images with a 2,048-char URL limit error. Also fixed the size calculation to extract only the base64 portion after the comma (matching the correct pattern already ingame.service.ts)./api/auth/me— these occur during normal token refresh flow and are not genuine security events. Excluded this URL from the global 401/403 audit log handler.ChunkLoadErrorand silently reloads the page instead of logging the error and sending it to the API/Discord.Test plan
/api/auth/me401s no longer appear in the audit log✨ This PR was created with help from Hikari~ 🌸