Skip to content

The signature expects req and res. Which we don't have in an SSG context. #7441

@github-actions

Description

@github-actions

// @ts-expect-error FIXME The signature expects req and res. Which we don't have in an SSG context.

  const ssg = createProxySSGHelpers({
    router: appRouter,
    transformer: superjson,
    // @ts-expect-error FIXME The signature expects req and res. Which we don't have in an SSG context.
    ctx: {
      prisma,
      session: null,

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions