Illegal character error

Hello, I got an error that appears on every browsers :
An error occured running the Unity content on this page. See your browser’s JavaScript console for more info. The error was:
SyntaxError: illegal character

The game is hosted on FileZilla and I deleted the .htaccess from it

When I look into the console here what I find :
Invoking error handler due to SyntaxError: illegal character

Do you know where could it be from?

Thanks

Update : I found out it was due to the compression of the files in the release folder, I just had to unzip all the gz files and adapt the index.html to it, worked like a charm.

right, but that’s not really a fix as it defeats the purpose of compressing the generated files. Perhaps you need to configure FileZilla so it recognizes our *gz extensions.

Indeed I tried on few others build and it didn’t work, could you tell me how to add the recognition of those files properly please?