The production build includes a source map reference in server/public/rrweb.min.js that causes Lighthouse
warnings and browser console 401 errors.
Current Behavior
The file server/public/rrweb.min.js ends with:
//# sourceMappingURL=rrweb.min.js.map
However, the .map file doesn't exist or isn't publicly accessible, causing:
- Lighthouse "Missing source maps" warning with 401 error
- Browser console errors when loading the tracking script via /api/replay.js