Open inuue opened 8 months ago
Went down the path of version reverting to see where it breaks. It works fine with @2.5.0 it's not working @2.6.0.
I am new to the codebase so haven't tried making any changes yet. I want to deep-dive into commits listed below. I tried setting fallback locale to different languages but it ends up on "en" regardless.
https://github.com/payloadcms/payload/commit/9fac2ef24e2ade4cf55b0d6a0e7f67e0edf57539 https://github.com/payloadcms/payload/commit/98890eee1f527c8f245b2353d7e1caca4d2a7d8c
Link to reproduction
No response
Describe the Bug
Data in mongodb is ok and everything in payload admin works fine.
GraphQL example that should retrieve information about 'start' page with pl locale: It's returning only en values from database only for form. All other blocks form layout that are localized work as expected and everything is fine:
To Reproduce
Use template from payload + next.js. Add form builder plugin create form and user graphql preview to query with provided sample
Payload Version
^2.11.1
Adapters and Plugins
db-mongodb, bundler-webpack, plugin-form-builder