Search Unity

WebGL on itcho not working

Discussion in 'Multiplayer' started by Demonith88, Nov 24, 2017.

  1. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
    I trying to upload my game at itcho website but all i get is
    Can some one help
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    All you get is?
     
  3. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
    Well on Mozzila is crashing and this
     
  4. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    Was there anything in the console?
     
  5. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
    There he go maybe u can find out how to fix it this is just when i login to game
     
  6. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
  7. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    Are you trying to call to your game server?

    Looks like a cross site scripting issue - have you configured CORS on your server?
     
  8. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
    No i did not i use uMMORPG but also i contacted him as well and he told me there is no issue with WebGL for this i dont know how to fix this issue they say its Unity problem build dont know
     
  9. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
  10. Demonith88

    Demonith88

    Joined:
    Jun 30, 2014
    Posts:
    216
    Ok i get it the error its HTTPS security it wont allow connection on non secure connection
    I think i have to do that but dont know how to :/ the Unity shell have take that in mind to add a option or something to this
     
  11. Driiade

    Driiade

    Joined:
    Nov 21, 2017
    Posts:
    80
    Unet use webSocket (ws) and not webSecureSocket (wss)