Unity WebGL player trying to get a blob resource in Meteor

I have a Unity project compiled to WebGL I need integrate in a Meteor application but I’m getting a weird error.

I have placed all unity files inside the public folder in Meteor, but the console reports this error:

Invoking error handler due to
Uncaught SyntaxError: Unexpected token <

blob:http%3A//localhost%3A3000/2fc31e16-9294-484a-8f82-90046929515b:1 Uncaught SyntaxError: Unexpected token <

blob: protocol suppose to be a reference to an internal or in memory resource, but I don’t know why, Meteor respond that petition.

If I place the files on an Apache webserver I get no error, even using the same browser, so I think there is no problem with the web gl version of the project.

In the Apache version, if I put the blob:/http… url in another tab I see a lot of JavaScript code, but in Meteor I get HTML meteor generated code.

Any ideas?

Hi, @ramses, I got the same problem with the local server, did you get resolved? Did you get the integration working on Apache server?

Thanks,