https://discord.cloudflare.com logo
Join Discord
Powered by
# general-discussions
  • h

    haltbill

    04/06/2023, 4:40 AM
    with warp vs without warp
  • h

    haltbill

    04/06/2023, 4:40 AM
    my ping latency suddenly increases by a factor.
  • f

    FN_FAL

    04/06/2023, 4:42 AM
    deployed a static pages site, idk why its not able to reach the page
  • f

    FN_FAL

    04/06/2023, 4:43 AM
    not the right channel but yeah
  • c

    Chaika

    04/06/2023, 4:46 AM
    What's the error you get / on custom domain or pages.dev? / What's the domain/url?
  • f

    FN_FAL

    04/06/2023, 4:47 AM
    fnfal.pages.dev non sub directory static page, index.html inside the root path
  • f

    FN_FAL

    04/06/2023, 4:47 AM
    deployment is successful
  • f

    FN_FAL

    04/06/2023, 4:48 AM
    previous pages I have works fine
  • f

    FN_FAL

    04/06/2023, 4:48 AM
    not receiving response on page request
  • c

    Chaika

    04/06/2023, 4:51 AM
    hmm yea that pages.dev looks cursed, it's not resolving due to dns issues. How long ago did you create the project?
  • f

    FN_FAL

    04/06/2023, 4:51 AM
    just moments ago
  • f

    FN_FAL

    04/06/2023, 4:51 AM
    its a fresh project
  • c

    Chaika

    04/06/2023, 4:57 AM
    It might just need a bit to straighten itself out. I've seen the issue with this before (the pages.dev is just horizontally referring to itself over and over), and I believe it wasn't a Pages issue but a CF DNS issue that resolved itself after a bit. If you need it going right now, I bet if you made a new project with a different name, it would instantly (well, besides propagation) start working
  • f

    FN_FAL

    04/06/2023, 4:58 AM
    I'll try accessing the page again later if its really dns not resolving
  • c

    Chaika

    04/06/2023, 5:01 AM
    It's not a typical propagation issue, but a literal DNS issue caused by the DNS not thinking its authoritive and referring you over and over again ex.
    Copy code
    ... 10 times before this
    fnfal.pages.dev.        300     IN      NS      betty.ns.cloudflare.com.
    fnfal.pages.dev.        300     IN      NS      yevgen.ns.cloudflare.com.
    ;; BAD (HORIZONTAL) REFERRAL
    ;; Received 102 bytes from 2a06:98c1:50::ac40:23df#53(yevgen.ns.cloudflare.com) in 0 ms
    
    fnfal.pages.dev.        300     IN      NS      betty.ns.cloudflare.com.
    fnfal.pages.dev.        300     IN      NS      yevgen.ns.cloudflare.com.
    ;; BAD (HORIZONTAL) REFERRAL
    dig: too many lookups
    Nothing on your end you can do. I've seen this once before, and I believe the root issue was just something to do with CF's DNS Internally needing time to update, but not sure if the same will happen. Since you just created it, I would give it a bit, and if it continues to be broken, could escalate the issue.
  • c

    Chaika

    04/06/2023, 5:03 AM
    Just in case it's worth confirming, could you give the preview link of a deployment that worked (ex. .fnfal.pages.dev? You have a successful non-preview deployment as well?
  • f

    FN_FAL

    04/06/2023, 5:20 AM
    none of them works but here:
  • f

    FN_FAL

    04/06/2023, 5:20 AM
    @Chaika pinging you due to time, just got back
  • c

    Chaika

    04/06/2023, 5:26 AM
    Thanks! Yea it's hard broken, just wanted to make sure I got the spelling of the domain right and it wasn't something silly like that. I will ask the Pages team when they're up at a more reasonable time for them (1 am here). If you need it working now, I would try to create new Pages Project with a different pages.dev.
  • f

    FN_FAL

    04/06/2023, 5:27 AM
    No rush, I can wait for a while. Thank you!
  • f

    FN_FAL

    04/06/2023, 7:04 AM
    fixed, re-added the project with same subdomain
  • h

    HardAtWork

    04/06/2023, 7:34 AM
    If you only want them to add one thing to their DNS, then it would have to be a Worker, since even on your own Zone, it isn’t very easy to mount 3 different resources on a single record
  • d

    DeLaucey

    04/06/2023, 9:18 AM
    Lo - can anyone answer a probably stupid question re: cloudflared tunnels?
  • g

    g000m

    04/06/2023, 9:22 AM
    Ask and someone might try 😉
  • d

    DeLaucey

    04/06/2023, 9:23 AM
    I'm used to Traefik proxying with Docker (have various apps published behind Traefik and accessible on external URLs)
  • d

    DeLaucey

    04/06/2023, 9:23 AM
    I've got the cloudflared tunnel docker image up and responding, and wanted to route one of my domains to an internal app via url (i.e. mydomain.com/myapp to http://192.168.10.10:8080/app etc)
  • d

    DeLaucey

    04/06/2023, 9:24 AM
    however the cloudflared UI doesn't like any trailing URI after an IP/host or post - so baulks at /app
  • d

    DeLaucey

    04/06/2023, 9:25 AM
    and when I access mydomain.com/myapp - I DO get to the tomcat host of my trial host, but it's 404'ing saying "/myapp" isn't valid - so it's passed the trailing URI through - which surprised me. Do they need to match? Is there a rewrite option?
  • d

    DeLaucey

    04/06/2023, 9:26 AM
    or do I have set it up via "Pages"?
  • d

    DeLaucey

    04/06/2023, 9:33 AM
    (edit : Can't that way - regex_replace is not available on the free or pro plans).
    • 1
    • 2
1...395839593960...4267Latest