You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that it doesnt show up in the upcoming events
Screen.Recording.2025-06-10.at.18.24.01.mov
Which area(s) are affected? (Select all that apply)
db-sqlite, area: core, Not sure
Environment Info
> cross-env NODE_OPTIONS=--no-deprecation payload info
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
npm warn Unknown env config "enable-pre-post-scripts". This will stop working in the next major version of npm.
npm warn Unknown project config "enable-pre-post-scripts". This will stop working in the next major version of npm.
Binaries:
Node: 22.14.0
npm: 11.3.0
Yarn: 1.22.22
pnpm: 10.10.0
Relevant Packages:
payload: 3.42.0
next: 15.3.0
@payloadcms/db-postgres: 3.42.0
@payloadcms/email-nodemailer: 3.42.0
@payloadcms/graphql: 3.42.0
@payloadcms/live-preview: 3.42.0
@payloadcms/live-preview-react: 3.42.0
@payloadcms/next/utilities: 3.42.0
@payloadcms/payload-cloud: 3.42.0
@payloadcms/plugin-form-builder: 3.42.0
@payloadcms/plugin-nested-docs: 3.42.0
@payloadcms/plugin-redirects: 3.42.0
@payloadcms/plugin-search: 3.42.0
@payloadcms/plugin-seo: 3.42.0
@payloadcms/richtext-lexical: 3.42.0
@payloadcms/translations: 3.42.0
@payloadcms/ui/shared: 3.42.0
react: 19.1.0
react-dom: 19.1.0
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:33 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8122
Available memory (MB): 24576
Available CPU cores: 8
Describe the Bug
Scheduled publish/unpublish not showing upcoming events when using database SQLite. See video in reproduction steps.
Issue already described in Issue #10283
It was fixed for postgres, but it is still not working with SQLite.
payload 3.42.0
node 22.14.0
pnpm
Link to the code that reproduces this issue
https://github.com/Lanzelot711/payload-sqlbug-schedule-post
Reproduction Steps
Notice that it doesnt show up in the upcoming events
Screen.Recording.2025-06-10.at.18.24.01.mov
Which area(s) are affected? (Select all that apply)
db-sqlite, area: core, Not sure
Environment Info