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 The modal container (`.payload__modal-container`) receives the `--enterDone` class and becomes visible and interactive (`pointer-events: all`, high `z-index`), but the individual `dialog` elements inside the container do...

status: needs-triage

### Describe the Bug Using the lexical editor, the alignment for uploads is not getting applied ### Link to the code that reproduces this issue N/A ### Reproduction Steps 1....

status: needs-triage
plugin: richtext-lexical
stale

### Describe the Bug According to the [documentation](https://payloadcms.com/docs/fields/join#config-options), we should be able to create a polymorphic join field like for example: ```typescript export const People: CollectionConfig = { slug: 'people',...

status: needs-triage

This PR introduces a new optional `cacheControl` configuration option that allows developers to define the Cache-Control header for uploaded files. This is particularly useful when using the `disablePayloadAccessControl` option, where...

created-by: Contributor

Fixes https://github.com/payloadcms/payload/issues/11137 partially We were previously applying `collation.locale` to queries if `locale` is provided AND collation config is set however this config wasn't threaded through so it always came up...

created-by: Payload team

### Describe the Bug When running Payload CMS on Cloudflare Workers (using `@opennextjs/cloudflare`), Server Actions in the admin UI fail to authenticate despite valid authentication cookies being sent with the...

### Describe the Bug ### Issues #### 1. Missing files The tests depend on the file `public/media/image-post1.webp` but there is no public folder as this is untracked due to a...

### Describe the Bug When applying a filter that references another collection, the admin doesn't show results (white screen). This was a problem in https://github.com/payloadcms/payload/issues/14278, but was not properly solved....

status: needs-triage

### Describe the Bug I have an array field with 50 articles. Each article has a category, partners, image, etc., which are relationships. This means that every time I open...

… Hello there! ### Patch A small patch that does two things: 1. Hides (by default) the `lexicalHTMLField` from the list columns (the same way `lexicalHTMLField` has `admin.hidden` set to...

stale