I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider doesn’t have a standard DNS control panel
but for domain add in account i dont have any problems
Error 1014 CNAME Cross-User Banned
TL;DR
Developers are having trouble setting up a domain for a function on Cloudflare because of a CNAME Cross-User Banned error. This is likely due to a restriction that prevents using CNAME records that point to domains external to Cloudflare. To resolve this issue, developers can contact Cloudflare support to request assistance with adding the domain.Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?