I am receiving the following error in the console:
Access to XMLHttpRequest at 'http://127.0.0.1:8545/' from origin 'chrome-extension://ldbikceofpgkjbmoijglmnaphdcfmklp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
connect.js:168 ReferenceError: e is not defined
at XMLHttpRequest.con.onerror (connect.js:161) "onerror"
I want o to integrate it on 2 servers but its causing connectivity issues.
I am receiving the following error in the console:
Access to XMLHttpRequest at 'http://127.0.0.1:8545/' from origin 'chrome-extension://ldbikceofpgkjbmoijglmnaphdcfmklp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
connect.js:168 ReferenceError: e is not defined
at XMLHttpRequest.con.onerror (connect.js:161) "onerror"
I want o to integrate it on 2 servers but its causing connectivity issues.