react-player icon indicating copy to clipboard operation
react-player copied to clipboard

Sorry, the Vimeo Player API is not available in this browser.

Open octave opened this issue 3 months ago • 2 comments

I currently get this error in the console with Vimeo videos, even though the embed/video is working fine.

Uncaught Error: Sorry, the Vimeo Player API is not available in this browser.

This is my code (very basic)

import ReactPlayer from 'react-player';

<ReactPlayer
  src={vimeoUrl}
  width="100%"
  height="100%"
  controls={true}
/>

Versions:

"react-dom": "18.3.1",
"react-player": "^3.3.3",
"react-router": "7.9.2",

octave avatar Nov 04 '25 17:11 octave

Also this is preventing any deployment:

Deployment failed, error: Uncaught Error: Sorry, the Vimeo Player API is not available in this browser.
  at worker.mjs:5197:12624

octave avatar Nov 04 '25 23:11 octave

Same problem on our side, also in a Shopify Hydrogen / Cloudflare Worker environment.

roscue avatar Nov 07 '25 00:11 roscue