-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Insights: payloadcms/payload
Overview
Could not load contribution data
Please try again later
6 Releases published by 1 person
110 Pull requests merged by 35 people
-
templates: fix Media component failing when setting a custom serverURL
#12214 merged
May 7, 2025 -
feat(ui): display the actual error message on unpublish if available
#11898 merged
May 7, 2025 -
docs: add pagination and limit: 0 information in pagination for API docs
#12243 merged
May 5, 2025 -
feat(storage-s3): presigned URLs for file downloads
#12307 merged
May 5, 2025 -
fix(ui): unable to search for nested fields in WhereBuilder field selection
#11986 merged
May 5, 2025 -
fix(plugin-multi-tenant): make tenant selector respect order if orderable enabled for tenant collection
#12314 merged
May 5, 2025 -
fix(plugin-cloud-storage): missing 'prefix' in cloud storage plugin
#11970 merged
May 5, 2025 -
feat: exports additional login helper utils
#12309 merged
May 5, 2025 -
feat(ui): update RelationshipFilter if only filterOptions are changed
#11985 merged
May 5, 2025 -
feat(ui): add document link to drawer
#12036 merged
May 5, 2025 -
fix(db-postgres): start transaction in v2-v3 migration only after drizzle prompts to avoid timeout
#12302 merged
May 5, 2025 -
fix(graphql):
nextPage
andprevPage
are non nullable even though they can benull
sometimes#12201 merged
May 5, 2025 -
fix(db-*): migration batch not incrementing past 1
#12215 merged
May 5, 2025 -
chore(live-preview-react): enable TypeScript strict
#12298 merged
May 2, 2025 -
chore(live-preview): enable TypeScript strict (live-preview-vue)
#12299 merged
May 2, 2025 -
chore(storage-uploadthing): enable TypeScript strict
#12304 merged
May 2, 2025 -
fix(richtext-lexical): add missing line-breaks to plaintext conversion
#11951 merged
May 2, 2025 -
feat(ui): add option to open related documents in a new tab
#11939 merged
May 2, 2025 -
docs: fix typo in fields/relationship.mdx
#12306 merged
May 2, 2025 -
fix(ui): blockType ignored when merging server form state
#12207 merged
May 2, 2025 -
fix(ui): fix version list status for unpublished documents
#11983 merged
May 2, 2025 -
docs: repair blank template markdown link in installation docs
#12297 merged
May 1, 2025 -
feat(ui): make select and relationship field placeholder configurable
#12253 merged
May 1, 2025 -
feat(ui): allow array fields to be filtered in list view
#11925 merged
May 1, 2025 -
fix(graphql): population of joins that target relationship fields that have
relationTo
as an array#12289 merged
May 1, 2025 -
fix: allow custom admin user collection in query presets constraints
#12202 merged
May 1, 2025 -
fix(cpa): overwrites existing env variables
#10636 merged
May 1, 2025 -
fix: filter state resetting when removing previous condition in WhereBuilder
#12262 merged
May 1, 2025 -
feat(live-preview): expose requestHandler to subscribe.ts
#10947 merged
Apr 30, 2025 -
perf: optimize file access promises
#12275 merged
Apr 30, 2025 -
fix: duplicate with orderable
#12274 merged
Apr 30, 2025 -
fix(db-postgres):
count
crashes when query contains subqueries and doesn't return any rows#12273 merged
Apr 30, 2025 -
perf(db-postgres): skip pagination overhead if
limit: 0
is passed#12261 merged
Apr 30, 2025 -
fix: virtual relationship fields with
select
#12266 merged
Apr 30, 2025 -
fix(plugin-import-export): csv export column order
#12258 merged
Apr 29, 2025 -
fix: update email regex to support special characters
#12181 merged
Apr 29, 2025 -
fix(richtext-lexical): ensure state is up-to-date on inline-block restore
#12128 merged
Apr 29, 2025 -
perf(ui): only select necessary data for relationship options
#12251 merged
Apr 29, 2025 -
docs: adds warning about handling different environments with migrations
#12249 merged
Apr 29, 2025 -
fix(ui): copyToLocale should not pass any id's to avoid duplicates
#11887 merged
Apr 29, 2025 -
perf(plugin-search): reduce query depth in hooks
#12225 merged
Apr 29, 2025 -
perf(plugin-nested-docs): remove extra find call
#12224 merged
Apr 29, 2025 -
perf(graphql): skip count query for join field using simple pagination
#12223 merged
Apr 29, 2025 -
fix(ui): relationship using list drawer correctly updates when hasMany is true
#12176 merged
Apr 28, 2025 -
fix: user validation error inside the forgotPassword operation in the cases where user had localised fields
#12034 merged
Apr 28, 2025 -
fix(examples): incorrect documentation links for Live Preview example
#12233 merged
Apr 28, 2025 -
fix(next): pg-cloudflare build issue
#12242 merged
Apr 28, 2025 -
docs: fix query preset config link
#12156 merged
Apr 23, 2025 -
refactor(translations): improvements for german translations
#11807 merged
Apr 23, 2025 -
fix(richtext-lexical): allow to indent and outdent if at least one selected node allows it
#12182 merged
Apr 23, 2025 -
fix(db-postgres): sort by distance when the
near
operator is used#12185 merged
Apr 22, 2025 -
fix(richtext-lexical): reset indent on node transforms
#12183 merged
Apr 22, 2025 -
docs: virtual fields linking with relationship fields
#12145 merged
Apr 18, 2025 -
fix(db-mongodb): fallback
version
when not selected#12158 merged
Apr 18, 2025 -
perf: optimize virtual fields that reference ID
#12159 merged
Apr 18, 2025 -
fix(plugin-search): delete does not also delete the search doc
#12148 merged
Apr 18, 2025 -
fix(ui): reflect default sort in join tables
#12084 merged
Apr 18, 2025 -
feat: adds
beforeDocumentControls
slot to allow custom component injection next to document controls#12104 merged
Apr 17, 2025 -
feat: adds
showSaveDraftButton
option to show draft button with autosave enabled#12150 merged
Apr 17, 2025 -
fix(next): missing @payloadcms/next/auth export
#12144 merged
Apr 17, 2025 -
chore(db-postgres): improve table name length exceeded error message
#12142 merged
Apr 17, 2025 -
feat: queriable / sortable /
useAsTitle
virtual fields linked with a relationship field#11805 merged
Apr 16, 2025 -
feat: threads operation through field condition function
#12132 merged
Apr 16, 2025 -
perf(ui): prevent
blockType: "$undefined"
from being sent through the network#12131 merged
Apr 16, 2025 -
chore: adjusts ChevronIcon styling to match other icons
#12133 merged
Apr 16, 2025 -
docs: fix syntax issue in blocks field
#11855 merged
Apr 16, 2025 -
fix: respects boolean query preset constraints
#12124 merged
Apr 16, 2025 -
fix: ensures cors headers are run against custom endpoints
#12091 merged
Apr 16, 2025 -
fix(ui): stale paths on custom components within rows
#11973 merged
Apr 15, 2025 -
fix: reordering draft documents causes data loss
#12109 merged
Apr 15, 2025 -
fix(richtext-lexical): allow to indent children even if their parents are not indentable
#12042 merged
Apr 15, 2025 -
fix(db-sqlite): text field converts to floating point number
#12107 merged
Apr 14, 2025 -
feat(db-postgres): dependency inject pg to allow Sentry instrumentation
#11478 merged
Apr 14, 2025 -
feat(ui): add option for rendering the relationship field as list drawer
#11553 merged
Apr 14, 2025 -
fix(templates): missing default value in select field
#11715 merged
Apr 14, 2025 -
fix(translations): add missing Catalan translations
#10682 merged
Apr 14, 2025 -
feat(ui): use defaultDepth in API view
#11950 merged
Apr 14, 2025 -
docs: minor formatting tweaks to server function examples
#12102 merged
Apr 14, 2025 -
feat: adds and exports reusable auth server functions
#11900 merged
Apr 14, 2025 -
chore: assign available port to env variable in dev suite
#12092 merged
Apr 11, 2025 -
fix(ui): issue with schedule publish disappearing on autosave collections
#12078 merged
Apr 11, 2025 -
fix(ui): use route.api from config in OrderableTable
#12081 merged
Apr 11, 2025 -
fix: correct typo in error message and remove console.log
#12082 merged
Apr 11, 2025 -
fix(db-postgres): use correct export path for codegen in
createSchemaGenerator
#12043 merged
Apr 11, 2025 -
chore: separate Lexical tests into dedicated suite
#12047 merged
Apr 10, 2025 -
feat: support
where
querying by join fields#12075 merged
Apr 10, 2025 -
chore(plugin-seo): enable TypeScript strict
#11933 merged
Apr 10, 2025 -
templates: update readme on blank template and blank template variations for Vercel
#12070 merged
Apr 10, 2025 -
fix(ui): ensure
file
field is only serialized at top-level for upload-enabled collections#12074 merged
Apr 10, 2025 -
feat: add support for time format config on scheduled publish
#12073 merged
Apr 10, 2025 -
fix(ui): form state race conditions
#12026 merged
Apr 10, 2025 -
chore(deps): bump image-size to 2.0.2 version
#12063 merged
Apr 10, 2025 -
fix(ui): adds multi select inputs for text fields in where builder
#12054 merged
Apr 10, 2025 -
ci: add sort and hooks suites to the e2e tests matrix
#12023 merged
Apr 10, 2025 -
fix: cannot define a join field when the target relationship is nested to a second or higher tab
#12041 merged
Apr 10, 2025 -
fix(ui): image previews getting stuck in list view when paginating
#12062 merged
Apr 10, 2025 -
perf(richtext-lexical): debounce field
onChange
handler#12046 merged
Apr 10, 2025 -
fix(ui): orderable table rendering
#12066 merged
Apr 10, 2025 -
chore(deps): bump next.js to 15.3.0 and related dependencies
#12067 merged
Apr 9, 2025 -
fix(richtext-lexical): diff component css was not included in css bundle
#12028 merged
Apr 9, 2025 -
fix(ui): adds multi select inputs for number fields in where builder
#12053 merged
Apr 9, 2025 -
docs: formatting tweaks for local api docs
#12064 merged
Apr 9, 2025 -
docs: adjust formatting on Local API - Server Functions documentation
#12058 merged
Apr 9, 2025 -
test: optimistic form state rows
#12055 merged
Apr 9, 2025 -
chore: run
dev:generate-types
#11994 merged
Apr 8, 2025 -
chore(deps): bump image-size package for security update
#12040 merged
Apr 8, 2025 -
fix(ui): resets value in where builder when operator changes
#11136 merged
Apr 8, 2025 -
fix: array minRow validation should not show when non-required with no rows
#12037 merged
Apr 8, 2025 -
docs: adds server function and access control sections to local API docs
#11902 merged
Apr 8, 2025
66 Pull requests opened by 45 people
-
fix: prevent `in` & `not in` operators for relationship fields with hasMany: false
#12044 opened
Apr 8, 2025 -
feat: open prevent page leave modal on browser back button navigation
#12061 opened
Apr 9, 2025 -
chore(deps): bump next from 15.2.3 to 15.3.0
#12079 opened
Apr 10, 2025 -
perf: actually debounce rich text editor field value updates to only process latest state
#12086 opened
Apr 11, 2025 -
fix: add protocol checks in getPayload so that HMR works with --experimental-https flag
#12093 opened
Apr 11, 2025 -
feat(ui): custom ordering for rte fixed toolbar
#12095 opened
Apr 12, 2025 -
feat(storage-*): include modified headers into the response headers of files when using adapters
#12096 opened
Apr 12, 2025 -
docs: add getDataByPath to useForm table
#12098 opened
Apr 13, 2025 -
feat(ui): fixed toolbar group customization
#12108 opened
Apr 14, 2025 -
feat(ui): adds new option livePreview.defaultTab to show live preview by default
#12115 opened
Apr 15, 2025 -
feat: basic Postgres foreign tables support - Foreign Data Wrapper
#12127 opened
Apr 16, 2025 -
fix: orderable collection not working when collection has group or tab field
#12129 opened
Apr 16, 2025 -
chore(templates): remove redundant condition check
#12130 opened
Apr 16, 2025 -
feat: add support for generating block names
#12135 opened
Apr 16, 2025 -
docs: update installation.mdx to use the latest version of the CLI when scaffolding a new project
#12162 opened
Apr 19, 2025 -
fix(translations): correct some misspelling in russian translation
#12163 opened
Apr 19, 2025 -
feat(translations): add kazakh language translation
#12164 opened
Apr 19, 2025 -
chore(live-preview): load schemaJSON from proper client config
#12167 opened
Apr 20, 2025 -
fix(deps): add missing dotenv dev dependency for plugin template
#12168 opened
Apr 21, 2025 -
docs: fix a typo in the `removeTokenFromResponses` config attribute spelling.
#12173 opened
Apr 21, 2025 -
fix(examples): Update adminsAndUser to use the filter correctly
#12175 opened
Apr 21, 2025 -
docs: add FerretDB to join caveats
#12190 opened
Apr 23, 2025 -
fix(drizzle): improve db push schema comparison
#12193 opened
Apr 23, 2025 -
docs: improve jobs autorun docs, adds e2e test
#12196 opened
Apr 23, 2025 -
docs: update form builder docs
#12200 opened
Apr 23, 2025 -
fix(plugin-seo): allow uploading images directly
#12203 opened
Apr 23, 2025 -
fix(templates): slug field protection
#12208 opened
Apr 24, 2025 -
fix(ui): req not being threaded through to views
#12213 opened
Apr 24, 2025 -
fix: respect `hidden: true` for virtual fields that have reference to a relationship field
#12219 opened
Apr 25, 2025 -
chore: reproduce postgres bug when updating currently logged-in user
#12220 opened
Apr 25, 2025 -
fix(ui): apply `admin.width` property on Array Field
#12226 opened
Apr 25, 2025 -
fix(ui): fix typo in CodeEditor export
#12227 opened
Apr 26, 2025 -
docs(plugin-sentry): add pg query instrumentation guide
#12229 opened
Apr 26, 2025 -
docs: update environment-vars.mdx
#12235 opened
Apr 28, 2025 -
fix(db-postgres): `dbName` in arrays regression with long generated drizzle relation names
#12237 opened
Apr 28, 2025 -
fix(db-postgres): build `near` sort query properly for point fields
#12240 opened
Apr 28, 2025 -
feat: added live preview svelte package
#12250 opened
Apr 29, 2025 -
fix(db-postgres): reordering of enum values, bump `[email protected]` and `[email protected]`
#12256 opened
Apr 29, 2025 -
build: bump node to 22.15.0
#12260 opened
Apr 29, 2025 -
fix(ui): error after clearing selected collection in ListDrawer when multiple collections are available
#12276 opened
Apr 30, 2025 -
chore(deps-dev): bump vite from 5.4.11 to 5.4.19 in /examples/remix
#12277 opened
Apr 30, 2025 -
fix: bump file-type version to resolve build error
#12285 opened
May 1, 2025 -
feat: exposes custom order for tabs and custom path for edit views
#12288 opened
May 1, 2025 -
fix(ui): self managed field paths
#12290 opened
May 1, 2025 -
fix: prevent resizing of original file with `withoutEnlargement` on update
#12291 opened
May 1, 2025 -
fix(ui): disableListFilter for array and group fields
#12292 opened
May 1, 2025 -
fix: add empty object when where undefined in flattenWhere
#12296 opened
May 1, 2025 -
fix(plugin-seo): fix genImageResponse result parsing
#12301 opened
May 2, 2025 -
chore(plugin-stripe): enable TypeScript strict
#12303 opened
May 2, 2025 -
fix(templates): generates import map with given project name and misc housekeeping updates
#12305 opened
May 2, 2025 -
chore: enable TypeScript strict in Payload package - Part 1/N
#12308 opened
May 2, 2025 -
fix(db-postgres): v2-v3 migration errors with relation already exists
#12310 opened
May 3, 2025 -
fix(db-postgres): ensure module augmentation for generated schema is picked up correctly in turborepo
#12312 opened
May 3, 2025 -
feat: allow group fields to have an optional name
#12318 opened
May 5, 2025 -
feat: adds color values between 0 and 50 for `--color-base` and `--theme-elevation` color palettes
#12320 opened
May 5, 2025 -
docs: document visibility override for jobs collection
#12321 opened
May 5, 2025 -
feat: query preset owners
#12322 opened
May 5, 2025 -
chore(templates): restored the missing image3 of seed
#12324 opened
May 6, 2025 -
fix: telemetry in opennext cloudflare
#12327 opened
May 6, 2025 -
chore: bump node version in monorepo and add new flag for node 23.6+
#12328 opened
May 6, 2025 -
feat: allows for functional config definitions
#12329 opened
May 6, 2025 -
fix(db-postgres): _order is removed from read transform
#12331 opened
May 6, 2025 -
templates: Sync ignore rule for '.next/' templates
#12332 opened
May 7, 2025 -
chore(drizzle): remove unused variables
#12336 opened
May 7, 2025 -
feat(ui): extracts relationship input for external use
#12339 opened
May 7, 2025 -
fix(db-postgres): many more schema changes covered in v2-v3 migration
#12340 opened
May 7, 2025
47 Issues closed by 17 people
-
not working docker file
#12330 closed
May 7, 2025 -
Website template's ImageMedia component fails if `serverURL` is set in Payload's config
#12171 closed
May 7, 2025 -
@payloadcms/plugin-seo improperly renders "add Breadcrumb" button
#9481 closed
May 6, 2025 -
outdent with shift-tab can make some blocks reduce their indent while others don't
#11091 closed
May 6, 2025 -
`auth.disableLocalStrategy` should accept `false` as a value
#9197 closed
May 6, 2025 -
`date-fns` errors triggered by invalid `displayFormat` lags the entire admin panel
#8977 closed
May 6, 2025 -
No longer possible to put custom views under `/collections/<slug>`
#8664 closed
May 6, 2025 -
beforeListTable component is rendered twice with different user
#7835 closed
May 6, 2025 -
Docs: no mention that `limit: 0` disables pagination
#12140 closed
May 5, 2025 -
Tenant Selector doesn’t honor the custom order when ‘orderable’ is enabled for Tenant collection
#12246 closed
May 5, 2025 -
Docker build fails due to Corepack PNPM signature verification error
#11037 closed
May 5, 2025 -
Unpublishing a version keeps the current version published
#10838 closed
May 2, 2025 -
'Error: There is not enough information to infer relation' with PostgresAdapter
#9694 closed
May 1, 2025 -
create-payload-app in existing Next.js project replaces .env and .env.example contents
#10355 closed
May 1, 2025 -
PG: Unable to update same record on the afterChange collection hook
#12282 closed
May 1, 2025 -
`resizeOptions` applied to original file ignore `withoutEnlargement` and `fit: 'inside'`
#12279 closed
Apr 30, 2025 -
payload object become undefined in certain query + access control conditions using Postgres
#12264 closed
Apr 30, 2025 -
Email regex outdated does not include all special characters.
#12180 closed
Apr 30, 2025 -
beforeDocumentControls not implemented
#12259 closed
Apr 29, 2025 -
Lexical Block feature adds unnecessary paragraphs
#11628 closed
Apr 29, 2025 -
V3 Removes Multi-Reordering Functionality
#12239 closed
Apr 29, 2025 -
Make it clear that migration files should be generated per node environment.
#12241 closed
Apr 29, 2025 -
Payloadcms connecting remote postgres failed in Docker container
#12231 closed
Apr 29, 2025 -
Do not find Logout option in Admin Portal
#12177 closed
Apr 28, 2025 -
convertLexicalToHTML doesn't converting Media Block to HTML in RichText
#12206 closed
Apr 25, 2025 -
Cannot make existing collection orderable
#12143 closed
Apr 24, 2025 -
Incorrect link to payload config in query presets custom access control documentation
#12199 closed
Apr 23, 2025 -
FerretDB also doesn't work with Join Fields
#12188 closed
Apr 23, 2025 -
Relationship filterOptions does not update accordingly.
#6461 closed
Apr 22, 2025 -
Using "near" with LocalAPI does not sort documents by nearest
#12090 closed
Apr 22, 2025 -
Depth Conditionally
#12154 closed
Apr 21, 2025 -
Search records don't get deleted when related document is deleted
#9443 closed
Apr 18, 2025 -
Join table state does not reflect default sort
#12083 closed
Apr 18, 2025 -
Out of sync UI and client form state in payload blocks
#12009 closed
Apr 17, 2025 -
Orderable fails on collection with group with array
#12085 closed
Apr 17, 2025 -
Cannot read properties of undefined (reading 'reduce') on payload.init
#12125 closed
Apr 16, 2025 -
generated drizzle schema does not compile
#12126 closed
Apr 16, 2025 -
Document translation issues
#12032 closed
Apr 16, 2025 -
Orderable deletes all data on collection with versions enabled
#12097 closed
Apr 15, 2025 -
Incorrect server function import for login, logout
#12110 closed
Apr 14, 2025 -
`/reorder` endpoint doesn't respect `routes.api` config setting
#12080 closed
Apr 11, 2025 -
Orderable collection errors in list view
#12002 closed
Apr 10, 2025 -
Invalid join field on nested tabs field
#11720 closed
Apr 10, 2025 -
I'm unable to change the validation rules for the password field in the users collection.
#11982 closed
Apr 8, 2025 -
Inner non-required array incorrect validation message
#12010 closed
Apr 8, 2025
67 Issues opened by 64 people
-
Where is the Stripe plugin e-commerce template?
#12347 opened
May 8, 2025 -
UI Layout Issue Report
#12345 opened
May 8, 2025 -
Breadcrumbs not working when using DefaultTemplate with a CustomRootView
#12344 opened
May 8, 2025 -
"Unpublish" effectively does nothing
#12342 opened
May 8, 2025 -
Complex collections cause OOM with Postgres
#12341 opened
May 8, 2025 -
Rich Text Field Not Rendering in DefaultEditView
#12338 opened
May 7, 2025 -
Cannot use more than one storage container (Azure)
#12337 opened
May 7, 2025 -
payload jobs:run - process does not exit because of HMR
#12335 opened
May 7, 2025 -
Localized date field returns wrong type
#12334 opened
May 7, 2025 -
same field name across different collections causes index naming clash (Postgres)
#12333 opened
May 7, 2025 -
Middleware for custom endpoints
#12326 opened
May 6, 2025 -
import in auth example should reflect current package structure
#12323 opened
May 6, 2025 -
Turborepo fails to compile due to type error in the generated drizzle schema
#12311 opened
May 3, 2025 -
fetchFullUser does not return newly fetched user
#12300 opened
May 2, 2025 -
flattenWhere failing for localAPI calls when no 'where' field present
#12294 opened
May 1, 2025 -
Site becomes slow 1 hour after deployment
#12287 opened
May 1, 2025 -
Unable to use custom paths for payload UI components within custom component
#12286 opened
May 1, 2025 -
Adding blocks to a collection do not always render correctly while Live Preview is open
#12281 opened
Apr 30, 2025 -
`resizeOptions` ignore `withoutEnlargement`/`fit` for original file on *update*
#12280 opened
Apr 30, 2025 -
HasMany Relationship Dropdown Only Loads 10 Items in serverless
#12272 opened
Apr 30, 2025 -
Lexical Editor BlockFeature cannot handle 'payload-config'
#12269 opened
Apr 30, 2025 -
Custom `Icon` and `Logo` cause error `Functions cannot be passed directly to Client Components`
#12268 opened
Apr 30, 2025 -
Errors in bulk upload to vercel blob (clientUploads)
#12255 opened
Apr 29, 2025 -
@payloadcms/richtext-lexical doesn't call `beforeValidate` hook for `BlocksFeature` block fields
#12254 opened
Apr 29, 2025 -
Admin: Filtering on relationship field returns invalid input syntax error
#12252 opened
Apr 29, 2025 -
Lexical field forced to readonly when switching locales when livePreview is enabled
#12247 opened
Apr 29, 2025 -
Focal Point not being respected
#12234 opened
Apr 27, 2025 -
usePayloadAPI admin hook not working as expected in dev mode.
#12230 opened
Apr 26, 2025 -
Postgres near operator does not work when neither of max / min distance are specified
#12221 opened
Apr 25, 2025 -
Cannot use orderable on collections with both SEO plugin and autosaving drafts
#12212 opened
Apr 24, 2025 -
plugin-nested-docs saves incomplete _breadcrumbs data with localization
#12210 opened
Apr 24, 2025 -
findIndex error saving localized collection with plugin-nested-docs
#12209 opened
Apr 24, 2025 -
Module not found: Can't resolve 'plugin-package-name-placeholder/client'
#12198 opened
Apr 23, 2025 -
Blank template with new vercel postgres fails on `pnpm run build` & vercel deploy
#12197 opened
Apr 23, 2025 -
feat req: Hash password in the frontend for better security
#12189 opened
Apr 23, 2025 -
denying access in query presets results in error 500
#12186 opened
Apr 22, 2025 -
3.35 breaks my custom input fields
#12179 opened
Apr 22, 2025 -
MongoMemoryServer errors when running the integration test from the plugin template
#12170 opened
Apr 21, 2025 -
When selecting a drawer for a relationship field, existing selections are not filtered
#12165 opened
Apr 20, 2025 -
Slate Rich Text Editor Ordered List and Unordered List not rendering in text editor UI
#12160 opened
Apr 18, 2025 -
`initPageResult` is undefined in custom dashboard component
#12151 opened
Apr 17, 2025 -
Inconsistent nodejs version in documentation
#12147 opened
Apr 17, 2025 -
Orderable collection item loops to end of list
#12139 opened
Apr 17, 2025 -
Custom Select field breaks on validation
#12138 opened
Apr 17, 2025 -
Postgres `dbName` on deep array field regression
#12136 opened
Apr 16, 2025 -
Field hooks inside nested lexical blocks do not run
#12134 opened
Apr 16, 2025 -
Live Preview iframe popup does not display preview data
#12121 opened
Apr 15, 2025 -
Orderable collections w/ any `group` field, crashes when using SQLite adapter
#12118 opened
Apr 15, 2025 -
Templates still use version 3.33 instead of version 3.34
#12117 opened
Apr 15, 2025 -
Blocks Field - Components docs inaccurate
#12112 opened
Apr 15, 2025 -
`afterLogin` hook not called post-Reset Password workflow
#12111 opened
Apr 14, 2025 -
ImageMedia on template/website not uses `loader`
#12105 opened
Apr 14, 2025 -
Payload creates too long names/identifiers for postgress
#12094 opened
Apr 12, 2025 -
Auth Fields Div still displays with no visible elements
#12089 opened
Apr 11, 2025 -
🐛 Bug: TailwindCSS CLI Install Fails in Payload CMS Projects
#12088 opened
Apr 11, 2025 -
Using experimental-https breaks hot reloading of payload admin
#12087 opened
Apr 11, 2025 -
Query `{ exists: true }` not working as expected for empty relationships
#12072 opened
Apr 10, 2025 -
Headline sizing is inconsistent
#12069 opened
Apr 10, 2025 -
`validate` occurrs after `beforeChange`
#12065 opened
Apr 9, 2025 -
The type of Task Input Schema is odd
#12059 opened
Apr 9, 2025 -
Struggling to build a static page
#12057 opened
Apr 9, 2025 -
initCollapsed causes blocks to collapse in the middle of editing
#12056 opened
Apr 9, 2025 -
It should be documented how to fail a task
#12050 opened
Apr 8, 2025 -
Nested docs with locale
#12045 opened
Apr 8, 2025
115 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix(ui): reset columns state throwing errors
#11903 commented on
May 6, 2025 • 5 new comments -
feat: admin upload controls
#11615 commented on
Apr 14, 2025 • 2 new comments -
fix: return valid s3 Content-Length
#11497 commented on
May 5, 2025 • 1 new comment -
feat(ui): add destructive property to Logout button
#11506 commented on
Apr 10, 2025 • 0 new comments -
fix: support node subpath imports in importmap
#11422 commented on
Apr 29, 2025 • 0 new comments -
ci: run tests using turbopack
#11376 commented on
Apr 9, 2025 • 0 new comments -
fix: process images for resizing more reliably
#11281 commented on
Apr 29, 2025 • 0 new comments -
templates: upgrade tailwind to v4
#11197 commented on
Apr 29, 2025 • 0 new comments -
feat: add functionality to replace the "Status" section in the document or global edit view
#11154 commented on
May 8, 2025 • 0 new comments -
feat(storage-s3): added factory to configure response headers
#11149 commented on
Apr 21, 2025 • 0 new comments -
docs: adds documentation to converters
#10907 commented on
May 6, 2025 • 0 new comments -
fix(db-*): add delete version id for non-mongodb
#10613 commented on
Apr 20, 2025 • 0 new comments -
feat: folder enabled collections
#10030 commented on
May 7, 2025 • 0 new comments -
fix(ui): don't use tab label as prefix on tabs which have no name.
#9965 commented on
Apr 29, 2025 • 0 new comments -
feat(richtext-lexical): add TextStateFeature (allows applying styles such as color and background color to text)
#9667 commented on
May 7, 2025 • 0 new comments -
feat: exposes preferences operations to local api
#9511 commented on
Apr 29, 2025 • 0 new comments -
feat: add Payload SDK package
#9463 commented on
May 2, 2025 • 0 new comments -
feat(richtext-lexical): wrapper blocks
#9289 commented on
Apr 21, 2025 • 0 new comments -
feat(next): added range handling for file requests
#9204 commented on
Apr 19, 2025 • 0 new comments -
perf(db-mongodb): use aggregations for relationship querying
#8858 commented on
Apr 11, 2025 • 0 new comments -
feat(templates): ecommerce template v3
#8297 commented on
May 8, 2025 • 0 new comments -
feat: hide fields in version view + `admin.hiddenInVersionView`
#7724 commented on
May 7, 2025 • 0 new comments -
Autosave creates misleading "draft" status in document list for already published entries
#11942 commented on
May 8, 2025 • 0 new comments -
TypeError: Unknown file extension ".css" for @payloadcms/richtext-lexical/dist/exports/react/components/RichText/index.css
#10797 commented on
May 8, 2025 • 0 new comments -
Image Resizing Fails When addRandomSuffix: true in vercelBlobStorage Configuration
#9589 commented on
May 7, 2025 • 0 new comments -
Not clear docs on how to use jobs `autoRun`
#10688 commented on
May 7, 2025 • 0 new comments -
req.user is null in afterRead field hook after user is signed in
#11786 commented on
May 7, 2025 • 0 new comments -
Deployment Error with Vercel-MongoDB template
#11547 commented on
May 7, 2025 • 0 new comments -
Virtual Fields do not update in Live Preview mode
#11801 commented on
May 6, 2025 • 0 new comments -
500 error when using locale="all" on localized relationships
#11864 commented on
Apr 25, 2025 • 0 new comments -
feat: make the title cells in the join table links to documents
#12030 commented on
May 8, 2025 • 0 new comments -
feat: add the ability to link existing documents in the join field
#12029 commented on
May 8, 2025 • 0 new comments -
feat(next): updated version view
#12027 commented on
Apr 29, 2025 • 0 new comments -
chore(db-*): import migration args as type
#12020 commented on
Apr 15, 2025 • 0 new comments -
fix(templates): correct typos and improve website README wording
#12019 commented on
May 8, 2025 • 0 new comments -
build: add nixpacks.toml base on Dockerfile
#12016 commented on
Apr 27, 2025 • 0 new comments -
fix(db-postgres): count operation returns totalDocs:0 correctly when queried by a field of realtionship field
#12008 commented on
May 7, 2025 • 0 new comments -
chore(deps): bump sharp for security vulnerability in tar-fs
#12007 commented on
Apr 11, 2025 • 0 new comments -
feat: added new ecommerce package with plugin
#11987 commented on
Apr 11, 2025 • 0 new comments -
chore(deps): bump tsx
#11968 commented on
Apr 8, 2025 • 0 new comments -
fix(richtext-slate): add `li` element if needed
#11921 commented on
May 2, 2025 • 0 new comments -
docs: fixed spelling
#11916 commented on
Apr 28, 2025 • 0 new comments -
fix(db-mongodb): duplicate ids in sanitizeQueryValue
#11905 commented on
Apr 28, 2025 • 0 new comments -
fix(db-mongodb): ensure schema options apply to array tabs and group fields
#11896 commented on
Apr 28, 2025 • 0 new comments -
fix(examples): static generation - check slug for null values
#11875 commented on
Apr 26, 2025 • 0 new comments -
docs: adds additional comments for lexical conversions.
#11822 commented on
Apr 22, 2025 • 0 new comments -
fix(templates): website template video component not referring to correct resource url
#11811 commented on
Apr 21, 2025 • 0 new comments -
fix(next): cannot override tab of default view
#11789 commented on
Apr 28, 2025 • 0 new comments -
fix(templates): align form fields order in editor link modal
#11713 commented on
Apr 14, 2025 • 0 new comments -
fix(db-sqlite): convert Date to ISO 8601 string in queries
#11694 commented on
Apr 26, 2025 • 0 new comments -
feat: use IDs in arrays for more semantic version diff
#11671 commented on
May 7, 2025 • 0 new comments -
feat: add `closeOnSave` Admin option to Relationship & Join fields
#11646 commented on
Apr 12, 2025 • 0 new comments -
fix(plugin-cloud-storage): file sizes use correct mime type
#11633 commented on
Apr 25, 2025 • 0 new comments -
chore(templates): add type detection on getGlobal utility
#11617 commented on
Apr 8, 2025 • 0 new comments -
feat(plugin-search): pass collection slug to `beforeSync` hook
#11581 commented on
Apr 13, 2025 • 0 new comments -
docs: add missing comma to seo plugin doc
#11516 commented on
Apr 16, 2025 • 0 new comments -
fix: presentational-field types incorrectly exposing hooks
#11514 commented on
Apr 13, 2025 • 0 new comments -
feat(ui): adds support for copy pasting complex fields
#11513 commented on
May 2, 2025 • 0 new comments -
Block IDs are always nullable
#11990 commented on
Apr 24, 2025 • 0 new comments -
Field visibility determination mechanism fails in edit mode
#11827 commented on
Apr 24, 2025 • 0 new comments -
3.26.0 throws error when change relation in a collection
#11583 commented on
Apr 24, 2025 • 0 new comments -
locale: 'all' Behavior with Additional Query Conditions
#11212 commented on
Apr 23, 2025 • 0 new comments -
Admin panel unreachable after ^3.27.0 due to import map generation failure with: `RangeError: Maximum call stack size exceeded`
#11813 commented on
Apr 23, 2025 • 0 new comments -
withPayload in next config causes turbopack to always be used
#11020 commented on
Apr 23, 2025 • 0 new comments -
API still returns defaultLocale value even when fallback is set to false
#8443 commented on
Apr 22, 2025 • 0 new comments -
svg are not cached
#11799 commented on
Apr 22, 2025 • 0 new comments -
Local API:Required Field Validation Error When Saving Drafts
#11723 commented on
Apr 19, 2025 • 0 new comments -
Custom graphql query error response not correct
#10468 commented on
Apr 18, 2025 • 0 new comments -
admin bar missing translations
#11557 commented on
Apr 17, 2025 • 0 new comments -
db-postgres adapter holds on a pg.Client and never releases it
#11727 commented on
Apr 17, 2025 • 0 new comments -
payload.config.ts logger options not compatible with all pino options
#11492 commented on
Apr 17, 2025 • 0 new comments -
Transaction type differences
#10604 commented on
Apr 16, 2025 • 0 new comments -
'invalid input' error when client side uploading files to uploadthing on Vercel
#11972 commented on
Apr 15, 2025 • 0 new comments -
ObjectParameterError thrown when checking "Fallback to default locale" on a localized array and saving the non default locale version of a document
#11245 commented on
Apr 15, 2025 • 0 new comments -
Using Tailwind in Custom Admin Components messes up Admin Collection Table View
#11679 commented on
Apr 15, 2025 • 0 new comments -
sqlite: `where` queries with `Date` are broken
#11692 commented on
Apr 13, 2025 • 0 new comments -
Supabase RLS Policies
#11816 commented on
Apr 12, 2025 • 0 new comments -
Error is thrown when a cookie cannot be decoded even if it is one not used by payload
#10591 commented on
Apr 11, 2025 • 0 new comments -
use a cdn image instead of a github image for website template to avoid "TypeError: fetch failed"
#10509 commented on
Apr 11, 2025 • 0 new comments -
Provider error when adding the vercelBlobStorage plugin.
#11991 commented on
Apr 10, 2025 • 0 new comments -
Inputs can't be selected with Cmd+A shortcut inside block in richText
#6871 commented on
Apr 9, 2025 • 0 new comments -
foreign keys with cascade delete
#11177 commented on
Apr 9, 2025 • 0 new comments -
Relationship filterOptions do not updated after adding item to join field
#11661 commented on
Apr 8, 2025 • 0 new comments -
useUploadHandlers must be used within UploadHandlersProvider. @payloadcms/storage-s3
#11717 commented on
Apr 8, 2025 • 0 new comments -
"Select All" checkbox stays selected after going to the next page where nothing is selected yet
#11938 commented on
Apr 8, 2025 • 0 new comments -
The inferred type of 'importMap' cannot be named without a reference
#9914 commented on
Apr 8, 2025 • 0 new comments -
Filtering in relationship overlay doesn't work
#9295 commented on
May 6, 2025 • 0 new comments -
Field "id" is invalid when updating search records
#9449 commented on
May 6, 2025 • 0 new comments -
Type error for hidden field in ClientField for RenderFields
#7799 commented on
May 6, 2025 • 0 new comments -
Cannot start dev server with turbopack on fresh install: @libsql/darwin-x64 issue
#10941 commented on
May 6, 2025 • 0 new comments -
changing the name in the fields leads to a database breakdown
#10853 commented on
May 6, 2025 • 0 new comments -
Incorrect form error after inner draw is edited the second time
#9762 commented on
May 6, 2025 • 0 new comments -
Cannot find module '@libsql/darwin-arm64' in standalone build
#10484 commented on
May 5, 2025 • 0 new comments -
Error running migration ...postgres_relationships_v2_v3 relation "payload_locked_documents" does not exist.
#10162 commented on
May 5, 2025 • 0 new comments -
Payload MongoDB Adapter: LocalAPI returns ids as ObjectIDs when installing mongodb
#11703 commented on
May 5, 2025 • 0 new comments -
Docker ARM64 - Error: Cannot find module '@libsql/linux-arm64-gnu'
#11790 commented on
May 5, 2025 • 0 new comments -
Errors with push mode / SQLite in development
#11969 commented on
May 4, 2025 • 0 new comments -
Cannot clean up versions for Globals
#11879 commented on
May 4, 2025 • 0 new comments -
[Duplicated] Block fields causes error when copying data from one locale to another
#10684 commented on
May 3, 2025 • 0 new comments -
Block field with array causes error when copying data from one locale to another
#11924 commented on
May 2, 2025 • 0 new comments -
Multi-Tenant-Plugin - Customize slug
#11851 commented on
May 2, 2025 • 0 new comments -
"Value must be unique" error when maxDocs is reached
#11550 commented on
May 2, 2025 • 0 new comments -
Payload with getPayloadHMR don't close or spams db connections during Static Site Generation
#7312 commented on
May 2, 2025 • 0 new comments -
Non unique IDs when duplicating block containing Lexical block
#11428 commented on
May 1, 2025 • 0 new comments -
3.28.0's devBundleServerPackages: false does not work with Next's basePath
#11674 commented on
Apr 30, 2025 • 0 new comments -
OOM Crashes During Image Resizing
#8592 commented on
Apr 29, 2025 • 0 new comments -
Admin: Filtering on relationship field returns invalid input syntax error
#11603 commented on
Apr 29, 2025 • 0 new comments -
[Website Template] Updating a post won't revalidate the Archive Block data
#10750 commented on
Apr 29, 2025 • 0 new comments -
TypeError: Cannot create property 'digest' on string 'Something went wrong!': Next.js deployment on Vercel.
#11899 commented on
Apr 28, 2025 • 0 new comments -
Unable to use Payload from the monorepo package.
#11774 commented on
Apr 27, 2025 • 0 new comments -
Payload using 100% CPU usage in idle
#11276 commented on
Apr 26, 2025 • 0 new comments -
Validation hook runs after `beforeChange` hook, causing validation issues
#11169 commented on
Apr 26, 2025 • 0 new comments -
validateBeforeSubmit is not reset on save
#11878 commented on
Apr 26, 2025 • 0 new comments -
The Custom Strategies document is not really complete.
#11873 commented on
Apr 26, 2025 • 0 new comments -
Toast Message Stays English
#11678 commented on
Apr 26, 2025 • 0 new comments