strapi-plugin-mux-video-uploader icon indicating copy to clipboard operation
strapi-plugin-mux-video-uploader copied to clipboard

Can't add custom caption/subtitle file

Open kelihansen opened this issue 10 months ago • 1 comments

Hi! We're so excited to see @hdoro's features merged. Auto-generating captions when we upload a new asset appears to be working beautifully.

Unfortunately, uploading a caption file silently fails. I think this is because strapi.backendURL is meant to be used in the browser - it's undefined on the server. I'm not 100% sure what value should replace it, maybe process.env.STRAPI_ADMIN_BACKEND_URL?

It also appears that, while Language and File are marked as required when you try to add a file, nothing happens if you hit "Finish" without them.

kelihansen avatar Apr 03 '24 00:04 kelihansen