Search Unity

WebGL .js file not Found (404)

Discussion in 'Scripting' started by powerLED, Feb 9, 2016.

  1. powerLED

    powerLED

    Joined:
    Sep 14, 2015
    Posts:
    1
    Hi everyone,
    I am working on some WebGL project and then I pushed my project on some webserver. When I open the website ( otom.playback.com.tr ) I took some errors like here below,

    * http://otom.playback.com.tr/Release/deneme.js Failed to load resource: the server responded with a status of 404 (Not Found)

    *http://otom.playback.com.tr/Release/deneme.jsgz Failed to load resource: the server responded with a status of 404 (Not Found)

    *UnityLoader.js:1 Uncaught incorrect header check

    The first error says me deneme.js does not found in the webserver. But unity does not give me a js file. I added all files as mime type but still doesn't work.

    What I must to do for this errors. Regards.