cinstitute
CDCloudflare Developers
•Created by cinstitute on 2/24/2025 in #general-help
Cloudflared/Tunnels erroring out every couple of hours - leaves website unreachable
Hey yall
I've forwarded a service to the web using Cloudflared/Tunnels at my domain (let's call it service.mywebsite.com). Everything has been running fine for months and then suddenly this morning my status page (hosted elsewhere) notified me that all of my services were not responding. Sure enough I could not reach my website. No error/cloudflare notice page they just never loaded. I restarted my machine and things went back to normal for a little bit then an hour or two later, same thing, everything goes down. I started investigating and noticed the local instances were responding with no issue (simple curl localhost:port/api/health endpoint). So I restarted Cloudflared (I use a docker container). Everything was back online and then an hour or two later exact same thing happens again. This time I grabbed the logs below
During normal operation the usual cancelled errors, nothing crazy here.
continued below:
3 replies
CDCloudflare Developers
•Created by cinstitute on 11/15/2024 in #pages-help
SvelteKit build causing MIME type errors on Cloudflare Pages with adapter. 500 Internal Error
Hey yall, not sure what is going on but my I've been trying to build my app for Cloudflare pages (which was working no more than a week ago) and suddenly my page deployments aren't loading. Console reveals the errors shown below. I have SSR turned off but that's about as much configuring as I've done to the build system (besides of course using the Cloudflare adapter for builds).
Even weirder is that when I run npm run preview the local serving of the page works no problem. No idea what is causing this or how to fix it. Any ideas?
1 replies
CDCloudflare Developers
•Created by cinstitute on 10/31/2024 in #general-help
Email worker forwarding emails twice?
hey yall. im attempting to set up a catch-all worker to forward "+" emails to their respective custom addresses. for example i have the custom address [email protected] forwarding to [email protected]. i wrote a worker to catch addresses like [email protected] and forward said email to [email protected]. the good news is it works! but maybe a little too much. all the emails are coming in twice at the same time. not sure what im doing wrong or if i have my setup weird. any ideas? note the emails used here are verified and i have both the catchall and my custom emails online.
4 replies