I was able to get my domain URL accepted by replacing my original rewrite with ones bellow:
"appAssociation": "AUTO",
"rewrites": [
{
"source": "/links/**",
"dynamicLinks": true
},
{
"source": "!/links/**",
"destination": "/index.html"
}
],
...however, I'm still getting this error:
There was a problem with your DNS configuration, check this configuration in Firebase Hosting. Note: it could take up to 24 hours for your DNS configuration to reflect recent changes.
I've had my hosting configured for some time, so I already had DNSs for domain there (I've double checked and dynamic-links gave me the same IPs as I had there for hosting).
Any suggestion about why I get that error or how to debug this issue?