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
This error was caused by incompatibility with MongoDB version v4.4.0.
For anyone experiencing this in the future, check your version against the published MongoDB Software Lifecycle schedule found here. Payload does not support versions which have passed their End Of Life Date.
If your version is outdated, follow instructions to upgrade to the latest stable MongoDB version.
If your version is current and the issue persists, drop us a note here or open a new issue. Thanks!
Describe the Bug
Join field throws the following error, only related to
mongodb
.The code causing the error is in
packages/db-mongodb/src/utilities/buildJoinAggregation.ts
From what I have read, this could be caused by version incompatibility. Read here.
Link to the code that reproduces this issue
pnpm dev joins
Reproduction Steps
mongodb
joins
test suitehttp://localhost:3000/admin
in browserWhich area(s) are affected? (Select all that apply)
db-mongodb
Environment Info
Payload: beta@latest
Node.js: v20.9.0
Next.js: v15.0.0
The text was updated successfully, but these errors were encountered: