https://discord.cloudflare.com logo
Join Discord
Powered by
# functions
  • w

    Walshy | Pages

    11/18/2022, 11:30 PM
    It is bound correctly yes
  • w

    Walshy | Pages

    11/18/2022, 11:30 PM
    It's some weird background thing happening, completely on us don't worry
  • w

    Walshy | Pages

    11/18/2022, 11:30 PM
    I'll check it out
  • w

    Walshy | Pages

    11/18/2022, 11:31 PM
    Sadly the person with the most context here is OOO @Sid | Pages I need youuuuu
  • d

    dave

    11/18/2022, 11:32 PM
    who knew creating a SaaS website would take more than 3-5 days.
  • d

    dave

    11/18/2022, 11:33 PM
    any ideas on what I can do as a workaround?
  • w

    Walshy | Pages

    11/18/2022, 11:33 PM
    No workaround that I can think of, the runtime can't find the Worker
  • w

    Walshy | Pages

    11/18/2022, 11:33 PM
    This is not a simple issue
  • d

    dave

    11/18/2022, 11:33 PM
    oh that really sounds like because I don't have a public route
  • w

    Walshy | Pages

    11/18/2022, 11:34 PM
    Nah, it doesn't look for a route
  • w

    Walshy | Pages

    11/18/2022, 11:34 PM
    Service bindings don't go through the public cloud
  • d

    dave

    11/18/2022, 11:35 PM
    hmm, what am I doing differently compared to everyone else?
  • w

    Walshy | Pages

    11/18/2022, 11:36 PM
    I mean it seems everyone else is having the issue too :p
  • d

    dave

    11/18/2022, 11:40 PM
    @Walshy | Pages ah here might be my workaround, maybe I should change to the workers_dev URL
  • d

    dave

    11/18/2022, 11:44 PM
    dang I'm burning through builds today 😅
  • d

    dave

    11/18/2022, 11:46 PM
    this might be another ticket for my ticket, does this timestamp match up when you opened a ticket for me? (I've been signed up for paid Workers for several days.)
  • w

    Walshy | Pages

    11/18/2022, 11:47 PM
    Nope and I can't even mess with your account billing stuff. The ticket I made was just a Jira ticket on our team board
  • d

    dave

    11/18/2022, 11:48 PM
    random timing then 🙂
  • d

    dave

    11/18/2022, 11:48 PM
    heh even using the workers_dev route is failing
  • p

    Pause

    11/18/2022, 11:52 PM
    That's not a workaround... that's a minimal configuration to demonstrate broken service bindings.
  • d

    dave

    11/18/2022, 11:53 PM
    my bad, misread it
  • d

    dave

    11/18/2022, 11:53 PM
    thanks for clarifying
  • d

    dave

    11/19/2022, 12:00 AM
    heading out for dinner soon sadly, but will be back later tonight 😄
  • b

    ben20-1

    11/19/2022, 1:37 AM
    wrangler pages dev --proxy 8787 -- nx serve visa-shop --port 4201 without success getting
    Copy code
    GET /_next/webpack-hmr 502 Bad Gateway (10.21ms)
    [pages:err] Error: Could not proxy request: TypeError: fetch failed
    and
    Copy code
    Subrequest depth limit exceeded. This request recursed through Workers too many times. This can happen e.g. if you have a Worker or Durable Object that calls other Workers or objects recursively.
    Workers and objects can recurse up to 16 times
    any idea ?
  • d

    dave

    11/19/2022, 4:01 AM
    You probably have infinite recursion going on somewhere.
  • d

    dave

    11/19/2022, 4:31 AM
    also, visa-shop?! 😛
  • b

    bkyerv

    11/19/2022, 5:52 AM
    still struggling to fix it. I noticed that when testing locally
    .mf
    folder is created and some values are saved there. Is this is sort of a local storage alternative?
  • s

    salutalice

    11/19/2022, 6:52 AM
    But only for service bindings, no ? Because pages functions work with /functionName as a url
  • w

    Walshy | Pages

    11/19/2022, 7:24 AM
    Yep
  • b

    ben20-1

    11/19/2022, 9:30 AM
    I do have a proxy conf json to redirect to miniflare default port
    Copy code
    {
      "/api/": {
        "target": "http://localhost:8787",
        "secure": true,
        "changeOrigin": true
      }
    }
    why this wrangler pages dev -- nx serve visa-shop --port 4201 will not work for my function then ?
1...304305306...392Latest