HareBear
HareBear
CDCloudflare Developers
Created by HareBear on 3/18/2024 in #general-help
Stripe.com Blocked custom domain
Hi there, we are adding a custom domain to Stripe. Our domain is set up with Cloudflare. However, following along with Stripes documentation, we've run into a scenario where our domain was blocked on Stripes end, and they provide instructions for fixing it. Documentation for reference: https://docs.stripe.com/payments/checkout/custom-domains#troubleshooting-a-blocked-domain The section I've linked has them explain how to fix this. I've email the address listed there 12 days ago with no response. I just sent a follow-up, but I'm not confident that inbox is even monitored. Is there someone that is able to help us out with this?
2 replies
CDCloudflare Developers
Created by HareBear on 6/19/2023 in #pages-help
Using Pages direct uploads with Pages Functions
Curious if this is possible. I have a build process in a monorepo, which Pages doesn't support well, so I'm using a custom upload. This works great using the cloudflare pages Github action, but I'm not sure if I'm able to add functions with this process. Would be great to not need yet another workers project for an endpoint. Does anyone know if this is possible? I've checked the docs here: https://developers.cloudflare.com/pages/how-to/use-direct-upload-with-continuous-integration/ Currently using this action: https://github.com/cloudflare/pages-action
2 replies
CDCloudflare Developers
Created by HareBear on 6/13/2023 in #pages-help
Correct way to implement _redirects file functionality for a Pages project using Next edge runtime?
Hi there, I've seen in a previous post that SvelteKit and _redirects seem ot be incompatible. I am experiencing this issue on my own Pages site unfortunately, and I'm wondering if Cloudflare has any guidance on a correct solution. I don't necessarily need the _redirects file to live in my repo. I'm happy to use a different Cloudflare product for managing this, I'm just not sure which one would be the simplest to maintain and implement. Thanks! Previous post: https://discord.com/channels/595317990191398933/1112833784975470593/1112833784975470593
3 replies
CDCloudflare Developers
Created by HareBear on 2/7/2023 in #workers-help
How to run workers on any subdomain?
Hi there! I have a worker that I'd like to deploy both dev and production versions of to a zone. For simplicities sake, let's say the zone is example.com. For my production worker, I'd like the worker to listen to every request to any subdomain and path to example.com. To do this, I've added the route */* and this works great. However, I'd like to try to scope this a little more so that I can add a dev version to this zone too. What I'd ideally like is for my production worker to handler requests that look like this: *.example.com/*. I'd then like my dev worker to handler requests that look like this: *.dev.example.com/*. Is this possible? Or should I just look into getting a different domain? Thanks!
5 replies