salad
CDCloudflare Developers
•Created by salad on 2/12/2024 in #pages-help
Cloudflare Could not load virtual:astro-icon
I was trying to update something on my cloudflare pages site, and suddenly I'm getting the following error. All I did was change an HTML lang tag. I'm guessing Astro Icons have changed in some way since 2 months ago?
Deployment works on my machine with the same version of Node and
npm
as Cloudflare. Any ideas?4 replies
CDCloudflare Developers
•Created by salad on 2/5/2024 in #general-help
NTLM Authentication to Zero Trust Application available through Cloudflare Tunnel
Has anyone been able to setup a ZTA in Cloudflare that "forwards" their NTLM authentication to an internal web resource (IIS) hosted behind a Cloudflare tunnel?
1 replies
CDCloudflare Developers
•Created by salad on 6/9/2023 in #workers-help
Set reply-to email in Mailchannels api request
Is there a way to set a reply-to email on my mail send worker?
People fill in a form and set their email, I then send the form to myself and set their email as a mailto link. I would like to set a reply-to header instead. The relevant code so far looks roughly as such:
2 replies
CDCloudflare Developers
•Created by salad on 5/26/2023 in #general-help
Can't add domain to Cloudflare
I work for a municipal government in Quebec, so we have a domain name like this: ville.<our_city>.qc.ca (i.e.: ville.ddo.qc.ca, ville.pointe-claire.qc.ca, etc.) Because of this weird domain name format, Cloudflare detects it as being a subdomain and only allows me to add <our_city>.qc.ca. This isn't possible, as that isn't our domain. Has anyone had a similar type of issue?
13 replies
CDCloudflare Developers
•Created by salad on 2/7/2023 in #pages-help
Error with @cloudflare/next-on-pages
Hi guys, trying to deploy a site with next and running into the following error when running
npx @cloudflare/next-on-pages --experimental-minify
: 7 replies
CDCloudflare Developers
•Created by salad on 2/5/2023 in #workers-help
Get request headers from received request in fetch event.
I am trying to get the headers of received requests, but end up getting null for the following code:
5 replies
CDCloudflare Developers
•Created by salad on 1/21/2023 in #workers-help
Mail sees 2 from addresses when name enabled
I have the following script:
And I don't really understand why... after all the
from:
field is an object, not an array...
The form input is good, there are no issues there2 replies