Hello guys,
I am using capacitor to build an app that displays Youtube embedded videos. For some videos (I don’t know why) if I don’t specify a hostname, I get an error “The video is not available” when I try to play them. This problem is referenced here on StackOverflow
This is easy to do in dev mode thanks to the -h
option of the quasar dev
command, but when I run quasar build, I cannot specify a hostname.
Any idea of how I could do that?