jj8822
jj8822
Explore posts from servers
CDCloudflare Developers
Created by jj8822 on 8/12/2023 in #workers-help
my Workers KV have very high latency
OK, the reason it's called Workers KV is because we need to go through Workers to use KV. I tried with workers and is so much much faster only 12ms+workers latency
5 replies
CDCloudflare Developers
Created by jj8822 on 8/12/2023 in #workers-help
my Workers KV have very high latency
thank you for your help, So, to read a kv value, is it inevitable to use a workers request?I had thought that reading directly on the client side would save me a lot of workers requests, economically better
5 replies
CDCloudflare Developers
Created by jj8822 on 8/10/2023 in #pages-help
how to integrate function in Next.js ssg app folder project
Thank your for your help,I successfully made it working following the guide that your put above https://developers.cloudflare.com/pages/platform/functions/get-started/ Previously I get 404 because I have putted the functions directly under app folder, moving it in the root directory make all things workings
8 replies
CDCloudflare Developers
Created by jj8822 on 8/10/2023 in #pages-help
how to integrate function in Next.js ssg app folder project
I have used this https://nextjs.org/docs/app/building-your-application/routing/route-handlers tested this https://developers.cloudflare.com/pages/platform/functions/get-started/ now but seem not working with Nextjs’s App router ,get all time 404
8 replies
CDCloudflare Developers
Created by jj8822 on 8/10/2023 in #pages-help
how to integrate function in Next.js ssg app folder project
Thank you a lot for your help,can you explain more ? I have enabled Static Export and don’t have @Not Cloudflare :)/next-on-pages but can’t have functions working(will only generate a static json file),I’m using app router
8 replies