putty
CDCloudflare Developers
•Created by Marcel Jöstingmeier on 11/11/2024 in #pages-help
Nuxt server functions have Cloudflare worker Requests with method ‘GET’ when I should be ‘POST’
So requests sent to your Next.js API directory are using GET? I’m confused.
4 replies
CDCloudflare Developers
•Created by putty on 11/8/2024 in #workers-help
Brotil compression not active.
I assumed that was specific to Next.js on Pages, not on Workers.
6 replies
CDCloudflare Developers
•Created by putty on 11/8/2024 in #workers-help
Brotil compression not active.
Is Next.js on Workers still restricted to the Edge runtime?
6 replies
CDCloudflare Developers
•Created by putty on 11/8/2024 in #workers-help
Brotil compression not active.
Hm, I was porting my Next.js app to Workers. I guess even though Next,js on workers is newer and being more pushed for that Next.js on pages, there's no reason and in this instance a disadvantage to make the swap.
6 replies
CDCloudflare Developers
•Created by Pyx on 11/8/2024 in #pages-help
pages responding incredibly slow
I'm glad it's all working fine however.
11 replies
CDCloudflare Developers
•Created by Pyx on 11/8/2024 in #pages-help
pages responding incredibly slow
Just one of those things I guess.
11 replies
CDCloudflare Developers
•Created by Pyx on 11/8/2024 in #pages-help
pages responding incredibly slow
Seem within the realm of somewhat okay for me.
11 replies
CDCloudflare Developers
•Created by Pyx on 11/8/2024 in #pages-help
pages responding incredibly slow
11 replies
CDCloudflare Developers
•Created by Pyx on 11/8/2024 in #pages-help
pages responding incredibly slow
11 replies
CDCloudflare Developers
•Created by AgentCord on 11/7/2024 in #workers-help
Force country
If the fetch is done from the worker and not the client then you could try setting the Workers placement setting to "Smart". However there's no promises it would place the workers in the Netherlands.
I'm not very knowledgeable when it comes to how placement settings work however you can read about it here.
You may just be better off making requests to a small VPS or something in that region that can proxy the requests onward.
4 replies