Search Unity

[BUG] Too much recursion on Firefox

Discussion in 'Editor & General Support' started by mickfcna, Aug 22, 2019.

  1. mickfcna

    mickfcna

    Joined:
    May 13, 2019
    Posts:
    46
    Hello there,I have an issue with cache assetbundle loading only on firefox with WebGL. The problem which appears in the console is "Too much recursion".

    The only "solution" currently is to delete cookies manually each time I want to load my project on Firefox.

    Managing cookies rights (whether the ban is complete or tiered) does not work to solve this issue.The problem no longer occurs when the cache and cookies are flushed / deleted.

    This is the next call that causes the regexp problem and too much recursion.The only thread that I saw that might be related to my problem is this one https://forum.unity.com/threads/too-much-recursion-in-firefox.317026/ but I'm not using those functions at all.I'm actually on Unity 2019.3.0a7 and my Firefox is 68.0.2.

    Everything is working on Edge and Chrome.
    Thanks in advance
     
  2. mickfcna

    mickfcna

    Joined:
    May 13, 2019
    Posts:
    46
    Hi Team,

    I would like to know if someone has any idea about this issue, this is very problematic for us.
    Thanks,