I am experiencing an issue with Web3Auth in my React Native application. Everything was working fine, and I have not made any changes to my code. However, suddenly, I started receiving the following error when initializing Web3Auth:
Error initializing Web3Auth: { [Error: Non-200 status code: ‘403’]
cause: null,
code: -32603,
data:
{ error: ‘message: API key is not allowed to access blockchain, json-rpc code: -32052, rest code: 403’,
cause: null } }
It appears that my API key is being blocked from accessing the blockchain. I have checked the following:
- The API key in my code matches the one in the Web3Auth dashboard.
- My API key usage has not exceeded any limits.
- I am using the correct network (
mainnet
/testnet
). - I have not modified any configurations related to Web3Auth.
Could you please check if there is any issue with my API key or if there are any restrictions applied to my account? I would appreciate any guidance on resolving this issue as soon as possible.
Here are my details for reference:
- Client ID: : BHWJ6_wNlQrHGV86ptqm8z-GTL3PIqvySIpOYpYoVzZWddlrrAYADeFwabNxAWnf7S4ZLMDGHcwvn8BYcIZ80Gw
- Network: : Mainnet
Thank you for your support. I look forward to your response.