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
Describe the bug
Hey guys,
i am encountering a different problem.
My next js app is running locally fine.
But when I reload the page where I use Tiptap this error occurs:
The same Error occurs when I build my next App locally and in my CI/CD.
I searched a lot of solution on the internet but could not find any possible one.
I would be happy if some of you guys could help me.
Here is my Code:
Could you remove import Image from @tiptap/extension-image? It's already being imported and extended in ImageResize, so having both might cause conflicts.
Also, StarterKit includes Bold, Italic, Strike, Heading, BulletList, OrderedList, ListItem, Blockquote, and CodeBlock, so there's no need to import those separately.
Hey @bae-sh ,
thank you for the advice with the starter kit!
I removed the image extension but the same error still occurs.
I would be happy if you can help!
Describe the bug
Hey guys,
i am encountering a different problem.
My next js app is running locally fine.
But when I reload the page where I use Tiptap this error occurs:
The same Error occurs when I build my next App locally and in my CI/CD.
I searched a lot of solution on the internet but could not find any possible one.
I would be happy if some of you guys could help me.
Here is my Code:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: