payload icon indicating copy to clipboard operation
payload copied to clipboard

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building...

Results 1353 payload issues
Sort by recently updated
recently updated
newest added

### Describe the Bug After seeing the Astro and Payload Monorepo Example, i immediately tried to replicate that in my own project. But as I found out quickly: only this...

status: needs-triage
stale

The goal of this PR is to provide a pattern for creating nested structures for a collection. This is useful when building something like folders and tree-view and needing to...

created-by: Payload team

### Describe the Bug Reopening the issue #14130 as it is not fixed in all cases. Editing a copied inline block still modifies the original if selecting and copying multiple...

status: needs-triage

# Overview Refactor `create-payload-app` from string manipulation to AST-based transformations using `ts-morph`, enabling safer and more maintainable template configuration. ## Key Changes - **AST transformation engine** (`packages/create-payload-app/src/lib/ast/`) - Type-safe payload...

created-by: Payload team

This PR introduces a new configuration option: `versions.drafts.localizeStatus: boolean`. When enabled (only applicable when `drafts` is enabled), the status of documents becomes **localized**, allowing each locale to track and manage...

created-by: Payload team

Fixes https://github.com/payloadcms/payload/issues/14589 This was caused by the fact that our `replacwWithDraftIfAvailable` function expects to have `createdAt` and `updatedAt` fields and when the user doesn't select `createdAt` and `updatedAt` fields the...

created-by: Payload team

### What? Implements client-side uploads by splitting files into multiple parts and uploading each one separately. ### Why? To support uploading large files, without reaching the Worker's memory limit. ###...

created-by: Contributor

### Describe the Bug Bin scripts appear to always be run in development mode - more specifically, `process.env.NODE_ENV` is undefined. Running `npm run payload test-node-env` as described in the reproduction...

created-by: Contributor

### Describe the Bug When using querying with `draft: true` and a `select`, the `findByID` operation will return the most recent draft version **even if** there is a more recent...

created-by: Contributor

# Documentation Issue (those questions were taken from dialog with copilot. unfortunately it was not able to give the answers) how do we set an operation to automatically run every...

area: docs