{
    "componentChunkName": "component---packages-gatsby-theme-docs-src-templates-page-content-js",
    "path": "/getting-started/troubleshooting",
    "result": {"data":{"contentPage":{"title":"Troubleshooting","websitePrimaryColor":"#003037","beta":false,"excludeFromSearchIndex":false,"allowWideContentLayout":false,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Troubleshooting\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Info = makeShortcode(\"Info\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"section\", {\n    \"id\": \"section-frequent-errors\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"frequent-errors\"\n  }, \"Frequent errors\")), mdx(\"section\", {\n    \"id\": \"section-cannot-read-properties-of-null-reading-excludefromsearchindex\",\n    \"className\": \"section-h3\"\n  }, mdx(\"h2\", {\n    parentName: \"section\",\n    \"id\": \"cannot-read-properties-of-null-reading-excludefromsearchindex\"\n  }, mdx(\"em\", {\n    parentName: \"h2\"\n  }, \"\\\"Cannot read properties of null (reading 'excludeFromSearchIndex')\\\"\")), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"This misleading error is shown in the preview site and the console if you have saved an MDX file with invalid syntax. One frequent cause are unclosed JSX tags, for example \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"<Subtitle>Example Subtitle</Subtitle>\"), \" where the closing tag is not actually closing (should end \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"</Subtitle>\"), \"). Many other syntax errors are possible too.\"), mdx(Info, {\n    mdxType: \"Info\"\n  }, \"Tip: Don't save the file before having conpleted a certain JSX tags block.\")), mdx(\"section\", {\n    \"id\": \"section-warnings-that-are-harmless\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"warnings-that-are-harmless\"\n  }, \"Warnings that are harmless\")), mdx(\"section\", {\n    \"id\": \"section-the-graphql-query-in-the-non-page-component\",\n    \"className\": \"section-h3\"\n  }, mdx(\"h2\", {\n    parentName: \"section\",\n    \"id\": \"the-graphql-query-in-the-non-page-component\"\n  }, mdx(\"em\", {\n    parentName: \"h2\"\n  }, \"\\\"The GraphQL query in the non-page component....\\\"\")), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"The following warning is always part of the console output but is not actually true:\"), mdx(\"pre\", {\n    parentName: \"section\"\n  }, mdx(\"code\", {\n    parentName: \"pre\"\n  }, \"warn The GraphQL query in the non-page component \\\"/Users/USERNAME/GitHub/commercetools-docs-kit/packages/gatsby-theme-docs/src/templates/release-notes-list.js\\\" will not be run.\\nExported queries are only executed for Page components. It's possible you're\\ntrying to create pages in your gatsby-node.js and that's failing for some\\nreason.\\n\\nIf the failing component(s) is a regular component and not intended to be a page\\ncomponent, you generally want to use a <StaticQuery> (https://gatsbyjs.org/docs/static-query)\\ninstead of exporting a page query.\\n\\nIf you're more experienced with GraphQL, you can also export GraphQL\\nfragments from components and compose the fragments in the Page component\\nquery and pass data down into the child component \\u2014 https://graphql.org/learn/queries/#fragments\\n\"))));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"title":"Frequent errors","url":"#frequent-errors","items":[{"title":"\"Cannot read properties of null (reading 'excludeFromSearchIndex')\"","url":"#cannot-read-properties-of-null-reading-excludefromsearchindex"}]},{"title":"Warnings that are harmless","url":"#warnings-that-are-harmless","items":[{"title":"\"The GraphQL query in the non-page component....\"","url":"#the-graphql-query-in-the-non-page-component"}]}]},"navLevels":3,"showTimeToRead":false,"timeToRead":0,"estimatedTimeToRead":1}},"pageContext":{"slug":"/getting-started/troubleshooting","shortTitle":"Troubleshooting","hasReleaseNotes":false}},
    "staticQueryHashes": ["1145184116","2494036674","3295477089","3359654165","3845541775","636942989"]}