Skip to content

Send block solve payloads in request bodies #153

Description

@ApocDev

Large production blocks fail live solving because solveBlockFn is declared as a GET server function. TanStack Start serializes the complete SolveInput document into the query string; Primary Mall currently produces a 29,586-character request URL and Node/Vite responds with HTTP 431.

Change the live solve server function to POST so the block document is sent in the request body, and verify a large block solves without oversized request URLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: plannerProduction block / planning modelarea: webWeb UI (React/TanStack/vite-plus)bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions