https://discord.cloudflare.com logo
Join Discord
Powered by
# pages-feature-suggestions
  • a

    ALK47

    05/12/2023, 10:34 PM
    o
  • a

    ALK47

    05/12/2023, 10:35 PM
    with cloudflare workers/functions or its embedded with cf pages?
  • h

    HardAtWork

    05/12/2023, 10:36 PM
    Functions, which is part of Pages
  • u

    upinthisjoynt

    05/15/2023, 1:38 PM
    Build Hooks for Page Deployments... It would be nice to have a hook (worker) we can call when a deployment is complete (pass/fail). That would be very helpful.
  • w

    Walshy | Pages

    05/15/2023, 2:22 PM
    Exists - https://dash.cloudflare.com/?to=/:account/notifications
  • u

    upinthisjoynt

    05/15/2023, 2:32 PM
    WHAAAAA!? I had no idea! Thanks!!
  • s

    Scooby

    05/17/2023, 10:35 AM
    env vars per branch, i.e. if I want to put in a different API key or something into staging deployment vs production vs preview builds
  • m

    Matt

    05/17/2023, 3:59 PM
    Allow inline comments on redirects
    /hello /world # a comment
    gets flagged as invalid currently)
  • b

    BryceWray

    05/17/2023, 4:16 PM
    With the further unification of Workers and Pages as noted in today's CF blog posts, are there any thoughts to having some sort of unified config file for Pages — e.g.,
    CFPAGES.TOML
    or similar — that could be used as a locally saved alternative to the GUI? Might be handier for some devs who prefer local version control of such items and who also don't want to click around in the GUI. (I've heard some devs' comments to that effect.)
  • h

    HardAtWork

    05/17/2023, 4:17 PM
    wrangler.json
    probably
  • b

    BryceWray

    05/17/2023, 4:17 PM
    Does that address Pages, too, though?
  • s

    Skye

    05/17/2023, 4:17 PM
    Already being considered
  • g

    Greg Brimble | Cloudflare Pages

    05/17/2023, 5:12 PM
    Can you post this one to the workers-sdk repo please?
  • m

    Matt

    05/17/2023, 5:20 PM
    https://github.com/cloudflare/workers-sdk/issues/3255
  • g

    Greg Brimble | Cloudflare Pages

    05/17/2023, 5:57 PM
    Ty!
  • k

    King Mesal

    05/17/2023, 6:53 PM
    I would really LOVE it if I were able to configure the a pages project to have the "production branch" point to 1 git repository and the "preview branch" point to another repository. I have business reasons to keep them separate, and as of right now I have to create two separate pages projects to be able to accomplish the equivalent functionality.
  • s

    Skye

    05/17/2023, 6:54 PM
    You could use wrangler pages publish for this?
  • s

    Skye

    05/17/2023, 6:54 PM
    with
    --project-name
    and
    --branch-name
  • s

    Skye

    05/17/2023, 6:55 PM
    I've not seen that requested in the whole time I've been here, so you're probably better of using that instead
  • b

    BryceWray

    05/18/2023, 10:54 AM
    In one of yesterday’s events here, there was a brief — and briefly contentious 😆 — mention of a possible config file for those who want to maintain local version control of their configs rather than switching back and forth around the GUI. The team made it really clear 🤣 that they’d rather not support YAML and would prefer JSON. Thus, here is a proposed example in JSONC (allowing comments, which is a desirable capability from a user standpoint, yet not invoking nasty red squiggly marks in VS Code). Hope it helps in some small way. cc: @User https://cdn.discordapp.com/attachments/920749372256419930/1108709198218412052/cfpages.jsonc
  • w

    Walshy | Pages

    05/18/2023, 10:55 AM
    YAML ❤️
  • b

    BryceWray

    05/18/2023, 10:55 AM
    Yeah, I got the message yesterday. 😄
  • a

    Autodrop3d - mmiscool

    05/18/2023, 3:07 PM
    I have a web application that uses a large WASM file that is larger than the 25meg limit. It would be good if that limit could be increased.
  • a

    Autodrop3d - mmiscool

    05/18/2023, 3:08 PM
    The wasm file is less than 50 megs. This limit is preventing me from being able to move all my sites over to cloudflare pages.
  • k

    kian

    05/18/2023, 3:08 PM
    You'd have to store it in R2 and link to it - Pages is unlikely to support files above 25 MiB in the near term.
  • i

    InstabilSpielt

    05/18/2023, 6:57 PM
    Does anyone know if something like this is planned in the near future?
  • l

    lookie02

    05/24/2023, 4:01 PM
    wildcard custom domain for cloudflare pages
  • p

    pongo02

    05/25/2023, 3:44 AM
    No joke, exact same issue. I have a godot project and It's taking up too much for cloudflare pages to handle. Everything else is perfect, but this one thing is preventing me from going from netlify to this service. I please ask that, while not right now, the limit be raised even just slightly if possible.
  • l

    lookie02

    05/25/2023, 4:13 AM
    Is there any feature for branch based environment variables rather than preview and production environments?
  • i

    Isaac McFadyen | YYZ01

    05/25/2023, 10:45 AM
    This is an architectural limit, not an artificial limit. The backing store of Pages (Cloudflare KV) actually has a max value size and as kian said it's unlikely to be raised in the near future, unfortunately.