Skip to content

_payload.json not coming in cloudflare pages deployed app #839

@husayt

Description

@husayt

not sure if this is because payloadExtraction doesn't work for nuxthub or stmh else.

we have this config

 experimental: {
    payloadExtraction:true,
  },
 ssr: false, 
  nitro: {
    preset: "cloudflare-pages",
    cloudflare: {
      wrangler: {
        name: "myapp",
      },
      deployConfig: true,
      nodeCompat: true,
    },
    prerender: {
      routes: ['/'],
      crawlLinks: true
    }
  },

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions