Bjarn
CDCloudflare Developers
•Created by Bjarn on 3/8/2024 in #general-help
cloudflared tunnel via Docker
Hi!
I am using cloudflared in a Docker compose file with the following configuration.
My problem here is that it keeps throwing the following errors even though it seems to work just fine (request come through and app is served correctly). However, when enabling "restart: unless-stopped", it doesn't work as it keeps restarting.
Wasn't able to find anything on this. Really appreciate the help!
3 replies
CDCloudflare Developers
•Created by Bjarn on 8/25/2023 in #pages-help
Use Custom Hostnames to point to Cloudflare Pages project
14 replies
CDCloudflare Developers
•Created by Bjarn on 8/8/2023 in #pages-help
High TTFB with Pages
Hi!
So, there're kinda two issues here.
First one is a high TTFB, averaging 500-800ms for a static Nextjs website.
I tried to fix that by creating a cache rule for the website in Cloudflare. However, after I had done that, in some occassions the website returns a blank page with no content. Refreshing a couple of times sometimes returns the correct content, looks like something went wrong with caching.
However, is it normal that the TTFB is so high with CF Pages without any extra caching setup?
84 replies
CDCloudflare Developers
•Created by Bjarn on 6/8/2023 in #pages-help
Cannot find module '@napi-rs/simple-git-linux-x64-gnu'
Hi again 🙂
I'm trying to deploy a Nextjs project to Pages, a different one to my previous thread.
However, this one fails because of the following error:
Locally, it builds fine but it doesn't on Pages.
The repo is available here: https://github.com/spectate/docs
Thanks!
7 replies
CDCloudflare Developers
•Created by Bjarn on 6/8/2023 in #pages-help
Pages not creating Worker, NextJS returns 404
295 replies
CDCloudflare Developers
•Created by Bjarn on 5/10/2023 in #general-help
Cloudflare Pages incorrect node version
Hi!
I have my environment variable set to
NODE_VERSION=18
in the Pages configuration, however, it uses v17:
This started 10 days ago.8 replies