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
It's because you are using 3.17.1 for all of your Payload packages but are using 3.20.0 for plugin-search. All of your Payload packages should match version numbers and you should not mismatch Payload versions.
validOperatorSet was also added in 3.18.0 iirc so thats why plugin-search is looking for it. Try updating the rest of your packages to 3.20.0 or downgrading plugin-search to 3.17.1 to match.
Not necessarily. If you want all version to be synced across all environments with a certainty, you should pin the versions. In your package.json set all of your payload versions to a distinct version without any carets (^). Delete node_modules and your lockfile and reinstall. You can also use the list or why utilities of your package manager to determine what versions you have installed at any point.
Describe the Bug
While trying to use search plugin to add my own collections by adding to the list
After navigate to /admin i got
I have tried:
node_modules
folders and install againLink to the code that reproduces this issue
https://github.com/blackmouse572/Monga
Reproduction Steps
localhost:3000/admin
Which area(s) are affected? (Select all that apply)
area: core, plugin: search
Environment Info
The text was updated successfully, but these errors were encountered: