What's Changed
- Add validation for misconfigured domain or client ID.
When calling fetchMetadata, we now try to catch and warn the user about the most common failure modes. This will not catch all domain errors, because the fetch might fail due to CORS, which we cannot easily distinquish from other network related errors. But it's a lot better than nothing
Full Changelog: v4.0.2...v4.0.3