When developing for flutter web no videos will load, because vimeo does not send an Access-Control-Allow-Origin header with the /config endpoint. i.e. https://player.vimeo.com/video/395212534/config.
When running the application on a domain with https enabed i.e. https://5e4f23850498.ngrok.io, the same error occurs.
I am using the code from the example: VimeoPlayer(id: '395212534', autoPlay: true),
When developing for flutter web no videos will load, because vimeo does not send an Access-Control-Allow-Origin header with the /config endpoint. i.e. https://player.vimeo.com/video/395212534/config.
When running the application on a domain with https enabed i.e. https://5e4f23850498.ngrok.io, the same error occurs.
I am using the code from the example:
VimeoPlayer(id: '395212534', autoPlay: true),
Is there any workaround for this problem?