Skip to main content

Questions tagged [cloudflare]

Cloudflare is a content delivery network and distributed Domain Name Server service aimed at enhancing website performance and speed and providing security.

cloudflare
1 vote
0 answers
14 views

Disabling Cloudflare's Wrangler production deployment for specific users

We are using Cloudflare's serverless workers and also their very convenient Wrangler tool for deployments (staging and production). Staging and production workers are just two separate workers, not ...
moze's user avatar
  • 382
0 votes
0 answers
14 views

Cloudflare sub domain content

I have set up a sample cloudflare pages project and set up a custom domain (e.g. example.com). I want to add a sub domain (e.g. app.example.com). What I am puzzled by is where to upload the content ...
jmc42's user avatar
  • 405
0 votes
0 answers
22 views

Cloudflare + auth0 + spring boot + shared auth token

I am using Cloudflare Tunnel to connect to my self-hosted home PC, where I host a spring boot + spring security website setup to use auth0 SAML2. I want to protect the Cloudflare tunnel with SAML so ...
Dmytro's user avatar
  • 37
-2 votes
0 answers
31 views

Cloudflare messing up nginx certbot SSL

Very very similar to issue here, but the solutions posted did not work for me. I am using nginx as a reverse proxy on my home network in order to host a couple of websites. I have been using ...
kinneyan's user avatar
-2 votes
0 answers
30 views

Unexposed Cloudflare Workers APIs Being Accessed by Unknown IP Addresses (Hacker) [closed]

** MY Cloudflare worker APIS are being stolen** A few months ago my desktop was hacked and most of my accounts were compromised including cloudflare. I retrieved the accounts changed passwords and set ...
Krisha Aggarwal's user avatar
-1 votes
0 answers
29 views

Scraping a cloudFlare protected website with Puppeteer

The website uses some bot protection asking to solve some challenges before redirecting to the actual page I need to scrape. The thing is, with puppeteer seems like I can pass these challenges (...
Gabriele Passoni's user avatar
0 votes
1 answer
19 views

How to pass a reference to Supabase instead of an object in a Cloudflare Worker

I created supabase client and pass reference to supabase into the fetch function; this is the code: ``` addEventListener(“fetch”, (event) => { const supabase = createClient(SUPABASE_URL, ...
John14's user avatar
  • 1
-1 votes
0 answers
48 views

cloudflare worker locally not starting problem while starting with cloudflare

PS D:\web\javascript\backend\hc\New folder\my-app> npm run dev > [email protected] dev > wrangler dev ⛅️ wrangler 3.65.0 ------------------- ⎔ Starting local server... ╭────────────────────────...
Rana Zaeem's user avatar
0 votes
0 answers
11 views

Integrate svelte-image with Cloudflare pages + R2

I'm currently working on a SvelteKit project that is hosted on Cloudflare Pages. I want to optimize and serve images from Cloudflare R2 instead of directly from the /static directory. My goal is to ...
fevar's user avatar
  • 87
0 votes
0 answers
32 views

How to make the Event Stream (EventSource()) working with cloudflare?

basically i am using an ai tool api, so i create a POST request first to create a database entry then to get a streaming output I do it using EventSource() this works perfectly in deployment even (...
Pragyan's user avatar
  • 407
0 votes
0 answers
38 views

What do I do about the error "TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined"

I have been trying to run an app where I can set up an email. When I run it on the localhost, I get a 202 response, but I don't get an email. I conclude that this is because it is the localhost and ...
user 124816's user avatar
0 votes
0 answers
23 views

SSL handshake failed Error code 525 nginx proxy manager docker

I have a docker compose running nginx proxy manager and a dozzle image for testing. version: '3.8' networks: default: driver: bridge my_proxy: name: my_proxy external: true driver:...
Sam's user avatar
  • 11
0 votes
0 answers
19 views

How do I securely point a subdomain from Hostinger to a CloudFlare page?

I have a website hosted on Hostinger, with the domain managed on Hostinger as well. I've built a seperate page which I am hosting on CloudFlare Pages that I would like to make accessible via a ...
Tsabary's user avatar
  • 3,722
0 votes
1 answer
18 views

Why does Request.build_absolute_uri lead to localhost instead of the real domain?

I have a website deployed on Nginx and built on Django. The Request.build_absolute_uri link there for some reason leads not to the real domain and ip which is attached to it, but to localhost:8080 of ...
Somebody's user avatar
2 votes
1 answer
37 views

@sveltejs/adapter-cloudflare reveals server-side code in a sourcemap. How to disable?

I’m developing a site with SvelteKit, Cloudflare Pages Functions, and @sveltejs/adapter-cloudflare. I noticed the sourcemap for my server-side Pages Functions is uploaded and is accessible at mydomain....
matthewr's user avatar

15 30 50 per page
1
2 3 4 5
221