-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload Feature not working with Lexical Editor in Payload v3 #9136
Comments
Please add a reproduction in order for us to be able to investigate. Depending on the quality of reproduction steps, this issue may be closed if no reproduction is provided. Why was this issue marked with the
|
I have this same issue. I think it was working during beta. |
Reproduced the same issue with the latest version of payload. EDIT: By default the editor: lexicalEditor({}), Collection fields section looks like this: fields: [
{
name: 'content',
label: 'Content',
type: 'richText',
required: true,
},
], According to the listed dependencies it seems that the latest version is affected too.
|
This wasn't working for us because the media had an option wrong about relationships. I'll be posting the exact thing here later and a new issue because there should at least be an error message. |
This issue has been automatically locked. |
🚀 This is included in version v3.13.0 |
Describe the Bug
This is my Blog Collection that utilizes the lexical editor
This is my payload config
file.mp4
With this configuration , nothing happens when i try to upload my media within the lexical editor , is there any additional setup that i need to perform for using lexical editor with payload v3.0 ?
Link to the code that reproduces this issue
npx create-payload-app@beta
Reproduction Steps
Which area(s) are affected? (Select all that apply)
plugin: richtext-lexical
Environment Info
The text was updated successfully, but these errors were encountered: