tinacms / tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing
https://tina.io
Apache License 2.0
11.19k stars 564 forks source link

Error message points to a documentation page that does not exist #4427

Open clemlatz opened 3 months ago

clemlatz commented 3 months ago

The message

'Invalid setup. See https://tina.io/docs/tina-cloud/connecting-site/ for more information.'

from the error thrown here

https://github.com/tinacms/tinacms/blob/d6af1fafadafec6c9dff0c6b481847c6fe333c5b/packages/tinacms/src/tina-cms.tsx#L165

and here

https://github.com/tinacms/tinacms/blob/d6af1fafadafec6c9dff0c6b481847c6fe333c5b/packages/%40tinacms/cli/src/next/codegen/index.ts#L221

points to page page from the documentation that does not exist anymore and thus results in a 404 error.