Skip to content

Commit bda9149

Browse files
[Pages] Added limitation for custom domains (#938)
* Adde limitation on custom domains Added new item that explains it's currently not possible to add custom domains with wildcard in it, e.g. *.domain.com. This is something that's currently blocking me from migrating over to Pages, so it could be helpful information to others who are planning to migrate. * Update products/pages/src/content/platform/known-issues.md * Update products/pages/src/content/platform/known-issues.md Co-authored-by: Kate Tungusova <[email protected]>
1 parent ade5ee6 commit bda9149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

products/pages/src/content/platform/known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Here are some known bugs and issues that we're aware of with Cloudflare Pages:
88
- Hugo builds automatically run an old version. To run the latest version of Hugo (for instance, 0.80.0), you'll need to set an environment variable. Set `HUGO_VERSION` to `0.80.0` or the Hugo version of your choice.
99
- By default, we use Node 10 in the Pages build environment. If you need to use a newer Node version, see our [Build configuration page](https://developers.cloudflare.com/pages/platform/build-configuration) for configuration options.
1010
- For users migrating from Netifly, Cloudflare does not support Netlify's Forms and Serverless Functions features. Cloudflare Pages does not directly support HTTP header customization, but it can be done through Workers. Refer to the ["Add custom HTTP headers"](/how-to/add-custom-http-headers) guide for more information.
11+
- It is currently not possible to add a custom domain with a wildcard, e.g. *.domain.com.
1112

12-
Having an issue that you don't see listed above? Let us know in the Cloudflare Workers Discord. Get your invite at [discord.gg/cloudflaredev](https://discord.gg/cloudflaredev), and share your bug report in the #pages-help channel.
13+
If you have an issue that you do not see listed, let the team know in the Cloudflare Workers Discord. Get your invite at [discord.gg/cloudflaredev](https://discord.gg/cloudflaredev), and share your bug report in the #pages channel.

0 commit comments

Comments
 (0)