Debugging
There are is a short list of things you can quickly check if your implementation isnât working as expected:
- Make sure you have the latest version of the SDK, and that your walletConnectors are on the same version as the SDK.
- Check that your Dynamic environment ID is correct (especially if you are changing between Sandbox and Production environemts).
- Ensure you have the correct CORS security settings in your environment (if you donât specify any, all are permitted).
- Check that youâre not running into any known issues from the troubleshooting section.
Was this page helpful?