Gabriel Balsa

Results 4 comments of Gabriel Balsa

Have exactly the same issue as @geekyme, it neither happens on Windows Phone. It's a chrome mobile exclusive issue (Androids and Tablets). I downloaded the angular carrousel via github repo...

The returned `aws4.sign()` path value has the `+` replaced with `%20`. From the above code, If I do a `console.log('ss: ', ss)` where `ss` is the variable returned from the...

If I replace the `+` in NextToken's original value with `%2B` the query will pass correctly. Something like this: `NextToken=${queries.NextToken.split('+').join('%2B')}` ```javascript const ss = aws4.sign( { host: this.ENDPOINT, method: "GET",...

Can confirm this issue is solved by installing fonts locally. Follow this steps (after downloading custom fonts to server): `cd /usr/share/fonts` `sudo mkdir googlefonts` `cd googlefonts` `sudo unzip -d ....