Resource interpreted as TextTrack but transferred with MIME type text/html

Track tag is working when your content is served at a web server. don’t forget to add a configuration that sets mime type as vtt file, how do it in meteor?

I’ve gotten this error before when the reason was actually that the file was not found, which causes Meteor to serve a 404 page (hence “text/html”) causing confusion.

thanks, I try again.

I still can’t figure out where to put the file, could you tell me more concrete.thanks