Too much reccursion in Firefox using Vector Importer

As explained in the title, in my project everything works just fine, except when I import the “Vector Importer” package. In unity editor and even on a localhost server (wampp) everything runs just fine, but when I try to run it from a webhost like 000webhost it gives this error and does not load, in chrome is also having the same problem but with other name wich I do not recall right now.
I know its in experimental stage the svg importer, but it bugs me that it works in localhost but not in webhost.
It seems that the problem is something with the JS for runinng the aplication.
I am using unity 2019.2.
Do you guys have any clue?

Any chance you’d have a test build available online? I wonder if the behavior differs between localhost and online builds, whether there is some other error that occurs, and then it runs into a secondary error with that too much recursion bug.