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
Using groups inside a localized tab ignores localized for the fields in the group, only adherring to the last configured locale (in this reproduction English).
If I were to guess, looking at the payload-types all IDs are now numbers instead of strings. I'm no DB expert but this could be related somehow.
Describe the Bug
Using groups inside a localized tab ignores localized for the fields in the group, only adherring to the last configured locale (in this reproduction English).
If I were to guess, looking at the payload-types all IDs are now numbers instead of strings. I'm no DB expert but this could be related somehow.
Video of the bug:
Screen.Recording.2025-03-12.at.11.17.49.mp4
Link to the code that reproduces this issue
https://github.com/hesselberg/payload
Reproduction Steps
Prerequisuite: Make sure you have a running postgres db instead of the mongodb.
pnpm ipnpm dev _communityWhich area(s) are affected? (Select all that apply)
db-postgres
Environment Info