Skip to content

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

@octave

Description

@octave

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions