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
I realized that it was another field's error that prevented relationships from being saved.
The only thing of interest I can note is that it that when changing between hasMany: true and `false, it did not save multiple relations until after my dev server was restarted. I had more issues with things like this when I was using yarn, but overall, things seem more stable after switching to pnpm.
Using Postgres, pnpm, latest
payload-3.0-alpha-demo
, all alpha versions are at41
.Create a collection field with type of
relationship
, then create a document in that collection, selecting a document to relate to.Saves successfully, but upon refreshing the page, the relationships are not persisted.
The text was updated successfully, but these errors were encountered: