dhakkad
dhakkad
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
thank you for the help @Chaika
12 replies
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
I just checked again, seems like I am getting an answer now with nslookup.
12 replies
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
Yes, I cannot connect it, to bypass isp dns cache I used a south asian ip as well but same issue. So, I have a question when a custom worker route is used and in cf dns settings say "worker" in the record type then when checking the propagation most fo the websites only show generic record type and this "worker" record type is specific to cf only, how to check in that case whether the dns is propagated or not?
12 replies
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
It has been too long now, easily more than an hour @Chaika
12 replies
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
12 replies
CDCloudflare Developers
Created by dhakkad on 1/15/2025 in #workers-help
cloudflare worker custom route dns update not propagating
No description
12 replies
CDCloudflare Developers
Created by dhakkad on 1/30/2024 in #general-help
How to open/forward TURN/STUN port using cloudflare tunnel?
Yup, got it, thanks for the help.
8 replies
CDCloudflare Developers
Created by dhakkad on 1/30/2024 in #general-help
How to open/forward TURN/STUN port using cloudflare tunnel?
@Erisa | Support Engineer possible via warp in gateway mode or not?
8 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
@Cyb3r-Jok3 Just to add here. At first, I thought the issue was with my backend CORS settings/config or my frontend's baseurl but later (as mentioned above as well) and after trying a few different things, when I disabled Cloudflare's access on both the subdomains api.example.com and front.example.com these are working fine. And when cf access was disabled I even tried changing the CORS allowed origin in the backend to front-test.example.com and still sending a request from front.example.com just to mimic a scenario and check whether my CORS settings are correct or not and by logic the backend did not allow requests from front.example.com as it is now only configured to allow the request from front-test.example.com. So, I believe the issue is with how CF access and CORS are not allowing the same thing to be achievable. IDK what I'm missing.
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
Also, I just noticed, I don't think I need to even enable "Access-Control-Allow-Credentials".
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
No description
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
No description
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
No description
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
Before, with the same config as I mentioned above and the one you tested. I enabled the CORS at the application level (on cf's side) and then I specified origin as front.example.com and and just for a hit and trial I also added api.example.com but I never got it working with this as well. But let me try one more time and I'll provide an update.
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
No description
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
Will this work?
version: '3.8'

services:
wordpress-cf-tunnel:
image: cloudflare/cloudflared
restart: unless-stopped
command: tunnel run
environment:
TUNNEL_TOKEN: ${TUNNEL_TOKEN}
logging:
driver: local
options:
max-size: "10m"
max-file: "3"

api:
build:
context: .
dockerfile: dev.Dockerfile
volumes:
- ./backend/api:/usr/src/app
ports:
- "3333:3000"

frontend:
build:
context: ./frontend
dockerfile: dev.Dockerfile
volumes:
- ./frontend:/app
restart: unless-stopped
ports:
- 8080:3000
environment:
- CHOKIDAR_USEPOLLING=true
logging:
driver: local
options:
max-size: "10m"
max-file: "3"
version: '3.8'

services:
wordpress-cf-tunnel:
image: cloudflare/cloudflared
restart: unless-stopped
command: tunnel run
environment:
TUNNEL_TOKEN: ${TUNNEL_TOKEN}
logging:
driver: local
options:
max-size: "10m"
max-file: "3"

api:
build:
context: .
dockerfile: dev.Dockerfile
volumes:
- ./backend/api:/usr/src/app
ports:
- "3333:3000"

frontend:
build:
context: ./frontend
dockerfile: dev.Dockerfile
volumes:
- ./frontend:/app
restart: unless-stopped
ports:
- 8080:3000
environment:
- CHOKIDAR_USEPOLLING=true
logging:
driver: local
options:
max-size: "10m"
max-file: "3"
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
Great, thank you 🙏
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
No description
23 replies
CDCloudflare Developers
Created by dhakkad on 12/5/2023 in #general-help
CORS issue on/in nodejs and react application via cloudflare tunnel
@Cyb3r-Jok3 sorry to ping you on this again, I just wanted to know whether it is possible or not, and if it is then what I am doing wrong?
23 replies