Skip to content

feat: add required ipv6 records for apex domains#2114

Open
Tom Bojer (tombojer) wants to merge 1 commit intomainfrom
paas-native-cdn-ipv6
Open

feat: add required ipv6 records for apex domains#2114
Tom Bojer (tombojer) wants to merge 1 commit intomainfrom
paas-native-cdn-ipv6

Conversation

@tombojer
Copy link
Contributor

No description provided.

@renaudhager
Copy link
Member

Since now we are doing an active check, I think it worth mentioning it and therefore they should plan accordingly the domain add in their application?

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds IPv6 DNS guidance for apex custom domains in the Shopware PaaS CDN documentation, ensuring users configure both IPv4 and IPv6 records when pointing apex domains at Fastly.

Changes:

  • Documented required AAAA records for apex domains (in addition to existing A records).
  • Updated the “Managing Custom Domains” deployment guidance to mention additional CLI deployment options.
  • Added basic troubleshooting guidance for domain creation/DNS issues.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

151.101.195.52
```

and `AAAA` records to point to:
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The paragraph starting with "and AAAA records to point to:" reads like a continuation of the previous sentence but is a new paragraph in Markdown; starting a paragraph with "and" is grammatically awkward. Consider rephrasing to a full instruction like "Configure AAAA records (IPv6) to point to:" (and optionally mirror the wording used for the A record section).

Suggested change
and `AAAA` records to point to:
Configure `AAAA` records with your custom domain's DNS to point to:

Copilot uses AI. Check for mistakes.
#### Managing Custom Domains

Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must update the application using `sw-paas application update`. You may use the same commit to trigger a deployment. This process will be automated in future releases.
Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application update` or just `sw-paas application deploy create`. You may use the same commit to trigger a deployment.
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This suggests using sw-paas application update to (re)deploy after domain creation, but sw-paas application update typically requires providing a commit SHA and is primarily an update/build-and-deploy workflow. To avoid confusing readers, either (1) recommend sw-paas application deploy create consistently here, or (2) explicitly mention the commit SHA requirement and clarify when to use update vs deploy create.

Suggested change
Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application update` or just `sw-paas application deploy create`. You may use the same commit to trigger a deployment.
Custom domain management is handled through the `sw-paas` CLI domain command. You can attach multiple domains to a single shop. Following domain creation, you must create an application deployment using `sw-paas application deploy create`. You may use the same commit to trigger a deployment.

Copilot uses AI. Check for mistakes.

If you encounter an error during the domain creation process, a possible solution is to check the domain's DNS configuration.
Ensure that the DNS records are correctly set up according to the guidelines provided above.
Additionally, verify that there are no typos in the domain name and that the ***DNS changes have propagated successfully***.
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The emphasis markup ***DNS changes have propagated successfully*** (bold+italic) is not used elsewhere in these docs and can look inconsistent in rendering. Consider switching to the standard **...** emphasis used throughout the Shopware docs, or removing emphasis entirely if it’s not meant to be extra-strong.

Suggested change
Additionally, verify that there are no typos in the domain name and that the ***DNS changes have propagated successfully***.
Additionally, verify that there are no typos in the domain name and that the **DNS changes have propagated successfully**.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants