nuxt / nuxt.com

The Nuxt website, made with Nuxt.
https://nuxt.com
MIT License
303 stars 156 forks source link

Videos not playing #1475

Closed danielroe closed 10 months ago

danielroe commented 10 months ago

See https://nuxt.com/docs/getting-started/transitions

Do we need to set CORS headers in cloudinary account?

manniL commented 10 months ago

Related? https://github.com/nuxt/nuxt/issues/25137

atinux commented 10 months ago

cc @antfu it might be related to the recent changes on vercel.json, could you take a look please?

busybox11 commented 10 months ago

That would make sense.

DevTools screenshot of Nuxt's docs website, showing requests blocked by COEP

The requests are blocked by coep, which has been set to require-corp.

antfu commented 10 months ago

Let's revert the CORS for now, I'll try to find another solution