Closed zeitchef closed 2 weeks ago
This seems to be related to richText
field types - including these in our blocks will create the error.
@AlessioGr Per your request on Discord, I've updated the simple steps to reproduce this error on my side (see initial comment). Here is the error message on the server:
@zeitchef I have just tested this on 3.0.0-beta.109
and am not able to reproduce this following your reproduction steps. If you are still able to reproduce this in beta.109, please provide a link to a GitHub repo that is a minimal reproduction
No response, closing as can't reproduce.
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
Similar issue to #7843 and possibly related to #8303.
I've followed the migration steps outlined here, but still hit this error when adding a
richText
field anywhere in my config and cannot access the admin area.Here is the generated
importMap.js
Reproduction Steps (Edited)
package.json
to beta.108richText
field withlexicalEditor
configuration anywhere in Payload configs:pnpm run payload generate:importmap
and start dev serverAdapters and Plugins
See output above.