Replies: 2 comments 3 replies
-
Unsure, you should trace the error and see what the value is where it's expecting a string. Are you passing a |
Beta Was this translation helpful? Give feedback.
-
Did you try by exporting an empty getIntitialProps/getServerSideProps function in the default export "pages" function/class ? because one of the two functions, make the page server side. I was previously using TinyMCE 5 , i also removed it to check if there was some clash but removing it also didn't help. There is no issue with window or anything else. I am however fetching Apollo content from database inside GetServerSideProps to fetch extra data on the page i am initializing the editor on. Note: On a page that is client rendered (without getInitialProps/getServerSideProps) , the editor works fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I load the editor in a NEXT JS app , the editor loads , but if i enter anything in it or even add a list or etc, an error pops up saying "Input data must be a string". Any help ?
Version: Both 10.1.0 & 10.2.0
Beta Was this translation helpful? Give feedback.
All reactions