I deployed successfully my first app (AssemblyScript + Reactjs), but when i test on github-pages, i got this error.
errors.js:18 Uncaught (in promise) Error: [-32000] Server error: account xxx.testnet does not exist while viewing
at json-rpc-provider.js:322
at async Object.e [as default] (exponential-backoff.js:7)
at async y.sendJsonRpc (json-rpc-provider.js:297)
at async y.query (json-rpc-provider.js:109)
at async _.viewFunction (account.js:366)
I test method contract with near-cli and it's ok, so i don't understand why web not work. Thanks you all.