When using a firefox browser from recent history (version 57 released August 2017. Download here) and the following setup code, our web application is unable to connect to scatter. There was no response at all and no console errors. This works in all other desktop browsers, and it did connect properly using Firefox nightly:
import ScatterJS from '@scatterjs/core';
import ScatterEOS from '@scatterjs/eosjs2';
import ScatterLynx from '@scatterjs/lynx';
import { Api, JsonRpc } from 'eosjs';
import { WALLET_PACK } from '../../../config/endpoint-config';
export const SCATTER_ID = 'scatter';
export const LYNX_ID = 'lynx';
ScatterJS.plugins(new ScatterEOS(), new ScatterLynx({ Api, JsonRpc }));
export { ScatterJS };
export const network = ScatterJS.Network.fromJson(WALLET_PACK);
export const unmodifiedNetwork = WALLET_PACK;
export const rpc = new JsonRpc(network.fullhost());
When using a firefox browser from recent history (version 57 released August 2017. Download here) and the following setup code, our web application is unable to connect to scatter. There was no response at all and no console errors. This works in all other desktop browsers, and it did connect properly using Firefox nightly:
Is this a known issue? You can see this behavior on our site at https://everipedia.org
My Environment
Working Version
As stated above, this was not an issue with firefox nightly