vercel use Cloudflare edge in its edge runtime?
Answered
bubble 03 posted this in #help-forum
Hi today it caught my eyes and I am making API call to the s3 bucket audio file and i use export const runtime = edge in API route and I found
cf-cache-status : dynamic
Cf-ray : ......
It only happens to me when upgrade to next 15, when I go back to next14 previous development website, I found no cloudflare things.
Please verify my confuses.
cf-cache-status : dynamic
Cf-ray : ......
It only happens to me when upgrade to next 15, when I go back to next14 previous development website, I found no cloudflare things.
Please verify my confuses.
Answered by B33fb0n3
vercel itself uses cloudflare to host all their and the customer projects
7 Replies
@bubble 03 Hi today it caught my eyes and I am making API call to the s3 bucket audio file and i use export const runtime = edge in API route and I found
cf-cache-status : dynamic
Cf-ray : ......
It only happens to me when upgrade to next 15, when I go back to next14 previous development website, I found no cloudflare things.
Please verify my confuses.
vercel itself uses cloudflare to host all their and the customer projects
Answer
@B33fb0n3 vercel itself uses cloudflare to host all their and the customer projects
So is it normal to see cf status in API response? It only happens to me when upgrade next15
@bubble 03 So is it normal to see cf status in API response? It only happens to me when upgrade next15
Yea, next15 opted out of many caching mechanisms. This might be one explaination why you see this now
Thanks for you response.
Happy to help
missed ⬆️ B33