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 https://github.com/user-attachments/assets/7ff19c24-9760-4483-9a52-99afcbc0c92a note: reset button above the input works fine as expected. ### Link to the code that reproduces this issue - ### Reproduction Steps 1. `pnpx...

### Describe the Bug I’m currently adding products to the cart by fetch request because the standard addItem method has built-in validation for product uniqueness conflicts with my use case:...

### What? This PR adds the missing `beforeInput` and `afterInput` properties to the `UploadAdmin` type so that the type definition reflects the actual supported admin props for upload fields. ###...

created-by: Contributor

### Describe the Bug We're using **ListDrawer** (via `useListDrawer`) and noticed odd behavior with the **“per page”** value: * The first time the drawer opens → the per-page dropdown shows...

status: verified
prioritized

#13886 is still not fixed. Neither is #14101 Sort dropdown is STILL covered by table rows Related previous PRs that didn't fix the issue: https://github.com/payloadcms/payload/pull/13967 ### Reproduction Steps Create a...

### Describe the Bug Summary: When using blocks that contain tabs, reordering blocks in a field can cause a runtime error if a non-default tab is active. Specifically, if a...

status: verified

# Documentation Issue beforeOperation hook options incorrectly defined. Options have been placed against collection.

- [X] I did review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md). ### What? Changed the French translation of the 'move' action from `Déplacez-vous` to `Déplacer`. ### Why? The original translation translates to "move yourself,"...

What? This PR adds a new method refreshCart to the E-commerce plugin. Why? Currently, the standard addItem method enforces uniqueness validation for products in the cart. This conflicts with certain...

### Describe the Bug ### Description The `@payloadcms/db-d1-sqlite` adapter throws a `SQLITE_ERROR: too many SQL variables` error when attempting to save (update) documents in collections with large schemas. This occurs...