Plugin SEO: Issue with publishing collections by language
Closed this issue · 2 comments
italodr commented
Describe the Bug
An error occurs the first time you try to publish a single language. However, if you publish all the languages at once and then unpublish them again, it does allow you to publish a single language.
Link to the code that reproduces this issue
https://github.com/italodr/payload-test/tree/issue-publishing-by-language-seo
Reproduction Steps
- Clone the above repository
- Update the config file to add your postgres URL. Currently as "postgresql://postgres:password123@127.0.0.1:5430/postgres_db"
- Run
pnpm install
to install dependencies - Run
pnpm dev _community
to start the admin panel - Access the admin panel
- Add new post in all languages and save them as "Draft"
- Change language to "Deutsch"
- Click on "Publish in Deutsch"
Which area(s) are affected? (Select all that apply)
plugin: seo, Not sure
Environment Info
Payload: 3.0.0-beta.123
Node.js: v20.12.2
Next.js: 15.0.0
github-actions commented
This issue has been automatically locked.
Please open a new issue if this issue persists with any additional detail.