richtera
richtera
CDCloudflare Developers
Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
One of the services I am using needs a custom TXT record in the site domain so this prevents me for using pages.dev as the domain. I tried to add a wilcard CNAME, but this would require the advanced certificate manager. I am ok with the advanced certificate manager, but can it in fact create a custom wildcard certificate for the CNAME pointing to *.APPNAME.pages.dev? I don't want to get the subscription and then find out I can't create wildcard certificates.
25 replies
CDCloudflare Developers
Created by richtera on 5/24/2024 in #general-help
Missing User Roles per Wrangler/Pages project
Asking about roles again. I am really struggling with integrating wrangler gitops or cloudflare builds with our infrastructure, because I cannot give access to a developer on a pages or wrangler project level. I cannot give them access to logs on cloudflare builds and I cannot lock down which project they deploy on using git ops builds. Will this be fixed soon?
1 replies
CDCloudflare Developers
Created by richtera on 9/14/2023 in #pages-help
The creation of new pages projects has a 500 error.
{
"result": null,
"success": false,
"errors": [
{
"code": 8000000,
"message": "An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH."
}
],
"messages": []
}
{
"result": null,
"success": false,
"errors": [
{
"code": 8000000,
"message": "An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH."
}
],
"messages": []
}
from https://dash.cloudflare.com/api/v4/accounts/xxx/pages/projects and a 503 from https://dash.cloudflare.com/api/v4/accounts/xxx/workers-and-pages/overview?page=1&per_page=5&sort=last_modified
2 replies