You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We convert Lexical content to HTML and have a single custom additional LinkHTMLConverter to convert relations to correct http links. It's mostly similiar to this one posted here: #6504 (comment) with some small adjustments for our use case.
If i run payload locally via npm run dev everything is working as it should.
If i run payload in production via build & start the html converter behaves as it would not exist in some circumstances.
When i add a a lexical field directly to a collection or inside a tab everything is working as it should also in production mode.
If I add a lexical field to a block the converter is "skipped" ?
We tested with:
Payload 3.0.0-beta.78 and beta.82 (We checked if it was solved with the importmap)
Next.js 15.0.0-canary.87 and canary.104 and canary.117
I'm unsure on how to describe it better, there is no error in the logs or anything else. It's just as if the code is not there. relations are not converted to http links.
Perhaps someone has. clue / idea what this could be?
Link to reproduction
No response
Payload Version
3.0.0-beta.78 & 82
Node Version
20 LTS
Next.js Version
15.0.0-beta.87 & 104 & 117
Describe the Bug
Okay this is a really strange issue:
We convert Lexical content to HTML and have a single custom additional LinkHTMLConverter to convert relations to correct http links. It's mostly similiar to this one posted here: #6504 (comment) with some small adjustments for our use case.
If i run payload locally via npm run dev everything is working as it should.
If i run payload in production via build & start the html converter behaves as it would not exist in some circumstances.
When i add a a lexical field directly to a collection or inside a tab everything is working as it should also in production mode.
If I add a lexical field to a block the converter is "skipped" ?
We tested with:
Payload 3.0.0-beta.78 and beta.82 (We checked if it was solved with the importmap)
Next.js 15.0.0-canary.87 and canary.104 and canary.117
I'm unsure on how to describe it better, there is no error in the logs or anything else. It's just as if the code is not there. relations are not converted to http links.
Perhaps someone has. clue / idea what this could be?
Our converters setup looks like this:
Link converter looks like this:
Reproduction Steps
Currently working on a reproduction. It's very hard to grasp.
Adapters and Plugins
db-postgres lexical
The text was updated successfully, but these errors were encountered: