As the title suggest I have been struggling for the past 2 days on this CSP error.
I have an MP4 file under public/videos/file.mp4 and use it in NextJS app.
It is properly showing locally but when served in Vercel on preview the CSP error kicks in.
I already have this on my configuration media-src 'self' blob: data: /videos/; is it possible?