I'm trying to verify the CNAME for a function domain, but pressing the Verify button does nothing and the console prints "TypeError: _.data.domainsList is undefined":
Uncaught (in promise) TypeError: _.data.domainsList is undefined
Immutable 6
110.5AfLhvUU.js:1:2468
d *Immutable
AsyncFunctionThrow self-hosted:804
Immutable 4
A similar error happens when trying to verify a Sites domain.
Using the latest 1.7.4 release
TL;DR
Issue: When trying to verify CNAME for a function domain, pressing the Verify button does nothing, and console shows "TypeError: _.data.domainsList is undefined."
Solution: The error is likely caused by a missing or misplaced data object. Check code for proper definition and assignment of _.data.domainsList variable.