You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce
Steps to reproduce the behavior:
Go to squarespace dns management
Attempt to set the CNAME as instructed
Observe UI error
Here's an error returned by squarespace I'm getting from the network tab.
{
"type": "INVALID_REQUEST",
"subtype": null,
"message": "The resource record set 'entity.change.additions[myapp.app.][CNAME]' is invalid because resource records of type 'CNAME' are only allowed for sub-domains.",
"details": {
"errorId": "4c65764a-b4f0-47cc-999b-bcdcad8e949b"
},
"contextId": "Bzm71JrA/5O6rW377"
}
Expected behavior
The process for adding a domain should be updated to request and use valid dns records.
Ill try an alias record, but that forces me to turn off DNS security settings which is something I didn't need to do when using vercel.
I appreciate any help!
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding a domain, I'm instructed to add a CNAME @ my-app.pages.dev.
I'm getting an error when I try to do this on squarespace where I manage domains.
My understanding is that this is not a valid CNAME record, and will probably be a problem on other domain management providers.
Specifically, @ CNAME is not valid, as CNAMEs are only for sub domains.
https://datatracker.ietf.org/doc/html/rfc1034#section-3.6.2
Steps to reproduce
Steps to reproduce the behavior:
Here's an error returned by squarespace I'm getting from the network tab.
Expected behavior
The process for adding a domain should be updated to request and use valid dns records.
Ill try an alias record, but that forces me to turn off DNS security settings which is something I didn't need to do when using vercel.
I appreciate any help!
The text was updated successfully, but these errors were encountered: