diff --git a/content/docs/introduction/faq.mdx b/content/docs/introduction/faq.mdx index 206af89eb..57f85dddb 100644 --- a/content/docs/introduction/faq.mdx +++ b/content/docs/introduction/faq.mdx @@ -1,6 +1,6 @@ --- title: FAQ -last_edited: '2024-10-09T00:48:59.795Z' +last_edited: '2024-11-11T01:35:17.011Z' next: '' previous: '' --- @@ -215,6 +215,14 @@ Everything in the `tina` directory (except the `__generated__` folder) needs to The ContentAPI URL isn't formatted correctly. See [here](/docs/tina-cloud/overview/#enabling-tina-cloud-in-tinacms) for information on how the URL *should* be formatted. +### How do I resolve `Invalid Site URL` errors? + +When logging into TinaCloud, the URL of the website you're attempting to login from is sent via the `?origin=` URL parameter. This error can occur when the URL specified in the `?origin=` URL parameter of the auth window does not match one defined within your TinaCloud site URLs. To resolve this, ensure that one of the URLs specified in your TinaCloud Site URLs settings exactly matches that shown in the `?origin=` URL parameter. + +!['?origin=' URL parameter](/img/docs/introduction/origin-url-highlight.png) + +![TinaCloud Site URLs settings](/img/docs/introduction/tina-site-url-highlight.png) + ## Trying to access local GraphQL server when it's not running or in prod. ### In production diff --git a/public/img/docs/introduction/origin-url-highlight.png b/public/img/docs/introduction/origin-url-highlight.png new file mode 100644 index 000000000..b4bc6f632 Binary files /dev/null and b/public/img/docs/introduction/origin-url-highlight.png differ diff --git a/public/img/docs/introduction/tina-site-url-highlight.png b/public/img/docs/introduction/tina-site-url-highlight.png new file mode 100644 index 000000000..b4f6de7e2 Binary files /dev/null and b/public/img/docs/introduction/tina-site-url-highlight.png differ