We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: On loading(running on localhost), the page shows:
Error: XMLHttpRequest failed: Unable to Connect to the Parse API.
This error persists, even after logging in using a test wallet. The pages do render, despite this error.
To Recreate: Follow all the installation steps mentioned in the dev branch readme file.
Run on Localhost using any of the sample accounts provided by hardhat.
Node version: 16.14.2 -LTS NPM - 8.5.0 Chrome Version: 100.0.4896.127
VSCode proxy settings in settings.json:
"http.proxy": "", "http.proxyAuthorization": null, "http.proxyStrictSSL": false, "rest-client.excludeHostsForProxy": []
Screen Shot:
It seems to be a proxy issue. But even after disabling all the proxy settings(windows, VSCode), the error persists.
If anyone is able to recreate the issue, or even has no issues setting up in a similar environment, please reply in the thread.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue: On loading(running on localhost), the page shows:
Error: XMLHttpRequest failed: Unable to Connect to the Parse API.
This error persists, even after logging in using a test wallet. The pages do render, despite this error.
To Recreate:
Follow all the installation steps mentioned in the dev branch readme file.
Run on Localhost using any of the sample accounts provided by hardhat.
Node version: 16.14.2 -LTS
NPM - 8.5.0
Chrome Version: 100.0.4896.127
VSCode proxy settings in settings.json:
"http.proxy": "",
"http.proxyAuthorization": null,
"http.proxyStrictSSL": false,
"rest-client.excludeHostsForProxy": []
Screen Shot:
It seems to be a proxy issue. But even after disabling all the proxy settings(windows, VSCode), the error persists.
If anyone is able to recreate the issue, or even has no issues setting up in a similar environment, please reply in the thread.
The text was updated successfully, but these errors were encountered: