In my `ReactStaticSite` I've defined `domainName` ...
# help
p
In my
ReactStaticSite
I've defined
domainName
and
domainAlias
.
domainAlias
seems to both get an
A
and
AAAA
record but
domainName
seems to be missing the
AAAA
record. Is this a bug? is this intended? did something silently fail on my deployment?
f
do they work?
p
The redirect pattern is fine.
My problem is that
domainName
is not creating
AAAA
records.
The redirect pattern correctly supports both IPv4 and IPv6.
But the main domain name seems to be creating the DNS record only for IPv4.
I'd say the problem is here:
It's missing creating the AAAARecord.
But I'm not familiar enough with SST, just run a quick search.
j
Follow up on this when you get a chance @Frank?
f
Hey @Pablo Fernandez, I updated the PR to add IPv6 support across board (ie. Api, ApiGatewayV1Api, WebSocketApi, NextjsSite).
I will release this after the tests pass.
Released in v0.65.4
p
Cool. Thank 🙂
Thanks 🙂