tinacms / tina.io

Organization site for general info, documentation, blogs & contribution guidelines.

Home Page:https://tina.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Bug - Link button in wysiwyg returns error

CodeSigils opened this issue Β· comments

commented

Rendering breaks when insert link button is pressed in wysiwyg editor. Returns "error occurred in <Fk> and <FormBuilder> component".

  • Note: This only happens when the link button is pressed in wysiwyg. The rendered md / mdx links are working fine. Everything else works fine.

  • Confirmed in 4 recently updated browsers on localhost 3000 on a new machine.

  • Confirmed also in next-tina barebones repo

  • cli reports no errors:

Screenshot from 2023-11-24 17-47-58

  • Dev-tools are reporting the following :

Screenshot from 2023-11-24 17-35-26

  • When the link button is pressed, admin returns the following error in the gui:

Screenshot from 2023-11-24 17-42-31

  • Deployed on Netlify have the same problem

  • nvm version: 0.39.5

  • Node -v: v20.10.0 (lts iron)

  • npm -v: 10.1.0

  • OS: Ubuntu LTS

I've got the same issue, did you manage to solve this?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I'm noticing this on the Tina.io site as well but not when I test a new updated instance of Tina.

commented

I am closing this as solved. Confirmed working now for me, with the following dependencies:

"dependencies": {
    "@tinacms/auth": "^1.0.4",
    "dotenv": "^16.4.5",
    "next": "^14.2.3",
    "next-tinacms-cloudinary": "^5.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tinacms": "^1.6.3",
    "@tinacms/cli": "^1.5.45",
  },