payload
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...
[RFC Here](https://github.com/payloadcms/payload/discussions/11862). You can test the feature by running `pnpm dev dashboard` on this branch. Old (obsolete) example See the [comment below](https://github.com/payloadcms/payload/pull/13683#issuecomment-3581457901) explaining the change in approach we took https://github.com/user-attachments/assets/96157f83-c5d7-4350-9f31-c014daedb2a8...
### Describe the Bug Using groups inside a localized tab ignores localized for the fields in the group, only adherring to the last configured locale (in this reproduction English). If...
This pull request introduces Greek translations. Currently the Greek language is not supported, #9812 has been closed.
### Describe the Bug The dockerfile from the template has a lot of issues. Having fixed one by one, this last one makes no sense. Why would the docker build...
### Describe the Bug When I create a new page in one locale (for example, en), Payload automatically generates empty localized versions for all other configured locales (fr, es, sv,...
### Describe the Bug ## Summary When using `@payloadcms/storage-gcs` plugin with `clientUploads: true` for direct file uploads to Google Cloud Storage, the file upload process causes file corruption in GCS....
Bumps the github_actions group with 4 updates in the / directory: [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch), [actions/github-script](https://github.com/actions/github-script), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/stale](https://github.com/actions/stale). Bumps the github_actions group with 1 update in the /.github/actions/setup directory: [actions/setup-node](https://github.com/actions/setup-node). Bumps the...
### Describe the Bug Since upgrading from **Next.js 15.4.4 → 15.5.0** (and still in **15.5.6** and partially on **16.0.1**), running dev with **Turbopack** causes Payload Admin HMR to frequently fail...
### Describe the Bug SDK package version 3.62.1 When a Payload API request fails (e.g., 400 Bad Request), the `PayloadSDK` returns `undefined` instead of throwing an error. This makes it...