kleros / linguo

Linguo user interface.
6 stars 5 forks source link

When navigating to Linguo from Court the translation never loads #24

Closed satello closed 3 years ago

satello commented 3 years ago

Using the >> Go to the Arbitrable Application from Court the Linguo interface fails to load the translation with the error in the console:

src.7607e5c4.js:1 Uncaught (in promise) Error: Linguo API not properly initialized

I tested on multiple browsers and with accounts that have done Linguo onboarding and those that haven't and it errors with all.

satello commented 3 years ago

tested using https://court.kleros.io/cases/488

hbarcelos commented 3 years ago

Looks like this is a problem regarding web3@1.3.0 not sending the proper params when connected directly to Infura.

I'm trying to find a solution, but got nothing.

The workaround is to connect to a wallet and then refresh the page. Then it will start working.

hbarcelos commented 3 years ago

This issue has been fixed with the latest updates.