You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recording: files exist with .webm extension, not .mp4
The recording endpoint has a bug — it hardcodes video/mp4 but files are .webm:
javascript// In artifactServer.js:
"Content-Type": "video/mp4", // ← wrong, files are .webm
Recording: files exist with .webm extension, not .mp4
The recording endpoint has a bug — it hardcodes video/mp4 but files are .webm:
javascript// In artifactServer.js:
"Content-Type": "video/mp4", // ← wrong, files are .webm