Skip to content

Error: There was an error fetching the embed code from Vimeo. #265

@ltechera

Description

@ltechera

This error happens sporadically when loading the page (in a Next.js app), so it's hard to reproduce. Nonetheless, it's happening and it's being reported in our Sentry environment.

Example usage:

import Vimeo from '@u-wave/react-vimeo';
import VimeoErrorBoundary from './classes/VimeoErrorBoundary';

export default function VimeoVideo({
	videoId
}) {
	return <VimeoErrorBoundary>
		{
			videoId &&
			<Vimeo
				id='videoContainer'
				className='video'
				video={videoId}
			/>
		}
	</VimeoErrorBoundary>;
}

Could it be related to API limits?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions