I’m creating a stream with the Rest API and it works fine. Until I try to set a player_logo_image, then it gives a 422 error about validation and “Can’t upload image…”
I try both to link to an uploaded image:
“player_logo_image”: “https://prod-railsapp.s3.amazonaws.com/uploads/player/logo_image/223087/padel365-v.jpg”
Or a local on my website:
“player_logo_image”: “http://padelstreamer.com/padel365.jpg”
Both gives an error.