Hi there,
I've noticed that the web worker upload is not working in my production environment due to the fact that my app is running in a path.
I think this happens because
@worker = new Worker '/packages/ostrio_files/worker.js'
(https://github.com/VeliovGroup/Meteor-Files/blob/master/files.coffee#L1474)
does not respect the ROOT_URL.
Thanks in advance
Torsten
Hi there,
I've noticed that the web worker upload is not working in my production environment due to the fact that my app is running in a path.
I think this happens because
@worker = new Worker '/packages/ostrio_files/worker.js'(https://github.com/VeliovGroup/Meteor-Files/blob/master/files.coffee#L1474)
does not respect the ROOT_URL.
Thanks in advance
Torsten