'Session likely expired' Response when I am using a newly-created Client ID #1004
damienfirerock
announced in
Help
Replies: 1 comment
-
Missed out this other discussion on a previous search: Apparently, it is just a warning, and does not stop the rest of the process. My bad. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to test out Web3Auth on Localhost and on Polygon Mumbai Testnet. However, I am unable to get past the
await web3auth.initModal();
stage.I tried the docs itself before eventually settling on getting the code wholesale from: https://web3auth.io/docs/integration-builder?lang=next&chain=matic&customAuthentication=no&whitelabel=no&evmFramework=ethers&customLogin=no&stepIndex=0
The only parts I changed were at:
const clientId = "YOUR_WEB3AUTH_CLIENT_ID";
(where I replaced it with a clientId which was newly created for an EVM-compatible chain)and
setProvider(web3auth.provider); };
(where I removed the un-necessary};
.However, I keep getting a 404 error during the GET request to
https://broadcast-server.tor.us/store/get?key=<STRING_OF_NUMBERS>
. The response object is{"success":false,"message":"Invalid public key"}
I tried replacing client ID with my client secret as well, but it still fails.
I have also tried creating a new project on Web3Auth developer dashboard.
Does anyone know where the issue could be?
Beta Was this translation helpful? Give feedback.
All reactions