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

## Description I started with this (great!) project, and created a simple country collection, that included a Flag emoji, and set `maxLength: 1`. It failed :( The solution to this...

# Bug Report When updating the content of a page in another locale, I have had the issue that within a blocks container an empty object is added. This causes...

possible-bug

### Discussed in https://github.com/payloadcms/payload/discussions/937 Originally posted by **predaytor** August 14, 2022 Сurrently, regardless of the configuration, the data is loaded to the disk, even after displaying an invalid mimeType error....

bug

### Link to reproduction https://github.com/infonomic/payload-custom-server ### Describe the Bug In both the Payload custom server example, and the current website template and when using Next.js App router, if there is...

possible-bug

## Description - Implemented a feature for handling hasMany property for text fields to store array of string. - https://github.com/payloadcms/payload/discussions/4393 - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document...

### Link to reproduction _No response_ ### Describe the Bug ```sh > pnpm dev:postgres live-preview [nodemon] starting `ts-node ../../test/dev.ts -- -I live-preview` [15:05:11] INFO (payload): ---- DROPPING TABLES ---- [15:05:12]...

possible-bug

### Link to reproduction _No response_ ### Describe the Bug When using a 'text' or 'number' Custom ID field (as per: [https://payloadcms.com/docs/fields/overview#customizable-id](url)) and have versioning enabled on a collection, the...

possible-bug

## Description There is a surprising lack of tests on querying json, I will continue to add them in another PR. #3839 - [x] I have read and understand the...

## Description This PR adds the ability to filter documents in GraphQL on nested relationship fields. For example, if one has collection `A` with field `r` being a relationship to...

base: 1.x

### Link to reproduction _No response_ ### Describe the Bug When attempting to query on a relationship field with a variable using GraphQL, the expected variable type is JSON rather...

possible-bug