domain.com works, but www.domain.com doesn't - need some guidance.

Is this the proper setup to get both https://jjaimealeman.com/ and https://www.jjaimealeman.com/ working? I did not set these up. I guess they were automagically set when I added gwen.ns.cloudflare.com & jeff.ns.cloudflare.com. This is the error when attempting to connect to www.jjaimealeman.com
jjaimealeman
A minimal, responsive and SEO-friendly Astro blog theme.
No description
No description
9 Replies
Chaika
Chaika5mo ago
double check your SSL/TLS Encryption setting, under SSL/TLS -> overview should be Full (Strict) magic link: https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls
jjaimealeman
jjaimealeman5mo ago
hey, thanks for the quick response. I checked it to Full Strict. It was on Flexible. Now it shows this - but I suppose I should wait 24-48 hours (typical) for propagation?
No description
Chaika
Chaika5mo ago
The issue now is on Vercel's end x-vercel-error: DEPLOYMENT_NOT_FOUND Guessing your www hasn't be hooked up in Vercel or something? You could (and might want to) just do a redirect from www -> apex instead
jjaimealeman
jjaimealeman5mo ago
actually on vercel the www was working 👍
jjaimealeman
jjaimealeman5mo ago
hhmm, I'm doing this wrong, ain't i?
No description
Chaika
Chaika5mo ago
you have to delete the www A's first what are you trying to do, the redirect?
jjaimealeman
jjaimealeman5mo ago
hey, sorry, didn't know you had commented. I just want this https://www.jjaimealeman.com/ to point/redirect to this https://jjaimealeman.com/
jjaimealeman
A minimal, responsive and SEO-friendly Astro blog theme.
Chaika
Chaika5mo ago
no worries, there's a guide here you can follow using bulk redirects: https://developers.cloudflare.com/pages/how-to/www-redirect/
Cloudflare Docs
Redirecting www to domain apex · Cloudflare Pages docs
In this guide, you will learn how to redirect the www subdomain to your apex domain (example.com). This is a common question and can be achieved by …
jjaimealeman
jjaimealeman5mo ago
ha, you're AWESOME! Thank you! As a total newb to Cloudflare, it's tough to learn a new platform. But I gotta tell ya - these docs are very indepth and well-written! Thanks again!