payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
25.72k stars 1.64k forks source link

SEO Plugin displays double "Title" and "Description" titles #8305

Closed Collexi-Dev closed 1 month ago

Collexi-Dev commented 2 months ago

Link to reproduction

No response

Environment Info

Binaries:
  Node: 20.13.1
  npm: 10.5.2
  Yarn: 1.22.22
  pnpm: N/A
Relevant Packages:
  payload: 3.0.0-beta.106
  next: 15.0.0-canary.104
  @payloadcms/db-mongodb: 3.0.0-beta.106
  @payloadcms/email-nodemailer: 3.0.0-beta.106
  @payloadcms/graphql: 3.0.0-beta.106
  @payloadcms/live-preview: 3.0.0-beta.106
  @payloadcms/live-preview-react: 3.0.0-beta.106
  @payloadcms/next/utilities: 3.0.0-beta.106
  @payloadcms/plugin-redirects: 3.0.0-beta.106
  @payloadcms/plugin-seo: 3.0.0-beta.106
  @payloadcms/richtext-lexical: 3.0.0-beta.106
  @payloadcms/translations: 3.0.0-beta.106
  @payloadcms/ui/shared: 3.0.0-beta.106
  react: 19.0.0-rc-206df66e-20240912
  react-dom: 19.0.0-rc-206df66e-20240912
Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:54 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6031
  Available memory (MB): 36864
  Available CPU cores: 14

Describe the Bug

When using the SEO Plugin, the title and description fields show the "Title" and "Description" titles twice, once at the top and a second time right above the input field which should not be the case.

image

Reproduction Steps

  1. Any Payload project
  2. Activate SEO Plugin for collection
  3. View fields in admin

Adapters and Plugins

No response

paulpopus commented 1 month ago

Fixed in https://github.com/payloadcms/payload/pull/8310

github-actions[bot] commented 1 month ago

This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.