payload icon indicating copy to clipboard operation
payload copied to clipboard

The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS.

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

# Bug Report Fields that are children of Row field that is a child of Tabs field doesn't work - they render empty and updates doesn't affect them. ## Expected...

bug

## Description This PR exposes an express route for all collections with upload configuration, which will return the image resized from the parameters from the query string. The motivation for...

## Description as discussed in https://github.com/payloadcms/payload/discussions/764 ```ts { slug: "landing", fields: [ { name: "cards", type: "blocks", blocks: [cards], required: true, }, ], } ``` is outputting ``` type Landing...

https://youtu.be/NkdkchHJzrk Video should show the problem. Each entry has a group "A" and "B". When navigating from Page 1 to 2, some entries show `` even though they do have...

bug

# Bug Report i just installed a fresh copy of payload cms just added a new field 'userName' like below to Users.js `{ name: "userName", type: "text", index: true, required:...

bug

## Description This adds the ability to optionally provide a `name` value to a tab, and have it function the same as a Group when storing/retrieving from the database. As...

# Bug Report This just happened to me while editing rich text (I just typed a letter): ![image](https://user-images.githubusercontent.com/70709113/169101006-e1bd3eab-edb8-4afb-80be-94c2f1ced89a.png) ![image](https://user-images.githubusercontent.com/70709113/169101087-b4e7f3d5-3d4c-4bbc-b4af-e0b542ca9276.png) I don't know why, it happens seemingly randomly. It's quite annoying...

bug

# Bug Report Nested lists from the rich text fields are rendering incorrectly. In Payload: ![image](https://user-images.githubusercontent.com/70709113/166122576-e375ae7b-5565-4997-aecd-374dce8ad61a.png) In my frontend: ![image](https://user-images.githubusercontent.com/70709113/166122577-2336f840-df29-48a0-9519-3741c45beead.png) This is the incorrect HTML it generates: ![image](https://user-images.githubusercontent.com/70709113/166122707-e7e32bc7-1458-43af-89ff-aad0f8ea4c80.png) And this...

bug

Sort select and relationship fields by default

…is on ## Description Remove automatic password and email fields from GraphQL schema when disableLocalStrategy is on. - [ ] I have read and understand the CONTRIBUTING.md document in this...