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 I'm experiencing data loss on a media collection backed by @payloadcms/storage-s3. When you duplicate a media item, it deletes the original files from s3. I'm experiencing...

status: needs-triage
stale

Fixes https://github.com/payloadcms/payload/issues/14073 Select dropdown menus are obscured by the AppHeader when opening upward in landscape mobile mode because the ReactSelect menu has z-index: 4 while the AppHeader has z-index: 30....

stale

### Describe the Bug Adding an override for an Admin Component Block does not honour that change. For example, in the website template, if you edit a page, and add...

status: needs-triage

### Describe the Bug I am using the postgreSQL provider in a database that already contains data. And the application crashes with the following message: ``` ⨯ [Error: Failed query:...

status: verified
dependency-issue
stale

### Describe the Bug When using stripeProxy with stripeMethod: 'checkout.sessions.create', the request fails with a TypeError. It seems related to an internal Stripe method (createResourcePathWithSymbols) that may be missing or...

status: needs-triage
stale

The distributed files for `@payloadcms/live-preview-vue` are compiled to commonjs instead of ESM, which causes issues in ESM based projects like when using Nuxt. This PR fixes this issue by updating...

stale

### What? - route `packages/ui/src/utilities/upsertPreferences.ts` through `req.payload.db.upsert` whenever no preference row exists ### Why? - `req.payload.create` depended on Postgres auto-filling the `id`. On some real databases that default is missing,...

stale

### What Adds support for using the `domain` property from a collection’s auth configuration when deleting cookies. ### Why When a cookie is set with a specific domain (for example,...

stale

# Documentation Issue I wanted to achieve this structure for my two admin dashboards: - /admin/content - this should be the payload folder, so basically `/(payload)/admin` route - Effectively, this...

area: docs
stale

### Describe the Bug **Issue Description:** Relationships fail when a custom text id field is nested inside layout components (like row) due to incorrect foreign key type generation. **Working Configuration:**...

status: needs-triage