iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

(node:2004) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
warn  - Invalid next.config.js options detected: 
  - The root value has an unexpected property, webpackDevMiddleware, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, future, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, staticPageGenerationTimeout, swcMinify, trailingSlash, typescript, useFileSystemPublicRoutes, webpack).
  - The root value has an unexpected property, configOrigin, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, future, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, staticPageGenerationTimeout, swcMinify, trailingSlash, typescript, useFileSystemPublicRoutes, webpack).
  - The root value has an unexpected property, target, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, future, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, staticPageGenerationTimeout, swcMinify, trailingSlash, typescript, useFileSystemPublicRoutes, webpack).
  - The root value has an unexpected property, webpack5, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, future, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, staticPageGenerationTimeout, swcMinify, trailingSlash, typescript, useFileSystemPublicRoutes, webpack).
  - The root value has an unexpected property, esModule, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, future, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, staticPageGenerationTimeout, swcMinify, trailingSlash, typescript, useFileSystemPublicRoutes, webpack).
  - The value at .amp.canonicalBase must be 1 character or more but it was 0 characters.
  - The value at .assetPrefix must be 1 character or more but it was 0 characters.
  - The value at .i18n must be an object but it was null.

See more info here: https://nextjs.org/docs/messages/invalid-next-config
warn  - You have enabled experimental feature (isrMemoryCacheSize) in next.config.js.
warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

ClientError: Variable '$date' is invalid. Unable to convert '2018-wp-includes-wlwmanifest.xml' to 'Date': {"response":{"errors":[{"message":"Variable '$date' is invalid. Unable to convert '2018-wp-includes-wlwmanifest.xml' to 'Date'","locations":[{"line":2,"column":22}],"extensions":{"code":"INVALID_VALUE","codes":["INVALID_VALUE","FORMAT"],"number":"5.8"}}],"status":400,"headers":{}},"request":{"query":"\n    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n      contentPreviews {\n        archive(date: $date) {\n          years\n          months {\n            value\n            text\n          }\n          days\n        }\n        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n          id\n          slug\n          title\n          category {\n            title\n            slug\n          }\n          topic {\n            title\n            slug\n          }\n          author {\n            name\n          }\n          pubDate {\n            text\n            date\n          }\n        }\n      }\n    }\n  ","variables":{"date":"2018-wp-includes-wlwmanifest.xml","year":"2018","month":"wp-includes","day":"wlwmanifest.xml","count":18}}}
    at C:\www\frasix\node_modules\graphql-request\dist\index.js:340:31
    at step (C:\www\frasix\node_modules\graphql-request\dist\index.js:63:23)
    at Object.next (C:\www\frasix\node_modules\graphql-request\dist\index.js:44:53)
    at fulfilled (C:\www\frasix\node_modules\graphql-request\dist\index.js:35:58)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  response: {
    errors: [ [Object] ],
    status: 400,
    headers: Headers { [Symbol(map)]: [Object: null prototype] }
  },
  request: {
    query: '\n' +
      '    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n' +
      '      contentPreviews {\n' +
      '        archive(date: $date) {\n' +
      '          years\n' +
      '          months {\n' +
      '            value\n' +
      '            text\n' +
      '          }\n' +
      '          days\n' +
      '        }\n' +
      '        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n' +
      '          id\n' +
      '          slug\n' +
      '          title\n' +
      '          category {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          topic {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          author {\n' +
      '            name\n' +
      '          }\n' +
      '          pubDate {\n' +
      '            text\n' +
      '            date\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  ',
    variables: {
      date: '2018-wp-includes-wlwmanifest.xml',
      year: '2018',
      month: 'wp-includes',
      day: 'wlwmanifest.xml',
      count: 18
    }
  }
}
ClientError: Variable '$date' is invalid. Unable to convert '2019-wp-includes-wlwmanifest.xml' to 'Date': {"response":{"errors":[{"message":"Variable '$date' is invalid. Unable to convert '2019-wp-includes-wlwmanifest.xml' to 'Date'","locations":[{"line":2,"column":22}],"extensions":{"code":"INVALID_VALUE","codes":["INVALID_VALUE","FORMAT"],"number":"5.8"}}],"status":400,"headers":{}},"request":{"query":"\n    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n      contentPreviews {\n        archive(date: $date) {\n          years\n          months {\n            value\n            text\n          }\n          days\n        }\n        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n          id\n          slug\n          title\n          category {\n            title\n            slug\n          }\n          topic {\n            title\n            slug\n          }\n          author {\n            name\n          }\n          pubDate {\n            text\n            date\n          }\n        }\n      }\n    }\n  ","variables":{"date":"2019-wp-includes-wlwmanifest.xml","year":"2019","month":"wp-includes","day":"wlwmanifest.xml","count":18}}}
    at C:\www\frasix\node_modules\graphql-request\dist\index.js:340:31
    at step (C:\www\frasix\node_modules\graphql-request\dist\index.js:63:23)
    at Object.next (C:\www\frasix\node_modules\graphql-request\dist\index.js:44:53)
    at fulfilled (C:\www\frasix\node_modules\graphql-request\dist\index.js:35:58)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  response: {
    errors: [ [Object] ],
    status: 400,
    headers: Headers { [Symbol(map)]: [Object: null prototype] }
  },
  request: {
    query: '\n' +
      '    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n' +
      '      contentPreviews {\n' +
      '        archive(date: $date) {\n' +
      '          years\n' +
      '          months {\n' +
      '            value\n' +
      '            text\n' +
      '          }\n' +
      '          days\n' +
      '        }\n' +
      '        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n' +
      '          id\n' +
      '          slug\n' +
      '          title\n' +
      '          category {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          topic {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          author {\n' +
      '            name\n' +
      '          }\n' +
      '          pubDate {\n' +
      '            text\n' +
      '            date\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  ',
    variables: {
      date: '2019-wp-includes-wlwmanifest.xml',
      year: '2019',
      month: 'wp-includes',
      day: 'wlwmanifest.xml',
      count: 18
    }
  }
}
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)
Warning: For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'yarn add sharp', and Next.js will use it automatically for Image Optimization.
Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
ClientError: Variable '$date' is invalid. Unable to convert '2018-wp-includes-wlwmanifest.xml' to 'Date': {"response":{"errors":[{"message":"Variable '$date' is invalid. Unable to convert '2018-wp-includes-wlwmanifest.xml' to 'Date'","locations":[{"line":2,"column":22}],"extensions":{"code":"INVALID_VALUE","codes":["INVALID_VALUE","FORMAT"],"number":"5.8"}}],"status":400,"headers":{}},"request":{"query":"\n    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n      contentPreviews {\n        archive(date: $date) {\n          years\n          months {\n            value\n            text\n          }\n          days\n        }\n        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n          id\n          slug\n          title\n          category {\n            title\n            slug\n          }\n          topic {\n            title\n            slug\n          }\n          author {\n            name\n          }\n          pubDate {\n            text\n            date\n          }\n        }\n      }\n    }\n  ","variables":{"date":"2018-wp-includes-wlwmanifest.xml","year":"2018","month":"wp-includes","day":"wlwmanifest.xml","count":18}}}
    at C:\www\frasix\node_modules\graphql-request\dist\index.js:340:31
    at step (C:\www\frasix\node_modules\graphql-request\dist\index.js:63:23)
    at Object.next (C:\www\frasix\node_modules\graphql-request\dist\index.js:44:53)
    at fulfilled (C:\www\frasix\node_modules\graphql-request\dist\index.js:35:58)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  response: {
    errors: [ [Object] ],
    status: 400,
    headers: Headers { [Symbol(map)]: [Object: null prototype] }
  },
  request: {
    query: '\n' +
      '    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n' +
      '      contentPreviews {\n' +
      '        archive(date: $date) {\n' +
      '          years\n' +
      '          months {\n' +
      '            value\n' +
      '            text\n' +
      '          }\n' +
      '          days\n' +
      '        }\n' +
      '        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n' +
      '          id\n' +
      '          slug\n' +
      '          title\n' +
      '          category {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          topic {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          author {\n' +
      '            name\n' +
      '          }\n' +
      '          pubDate {\n' +
      '            text\n' +
      '            date\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  ',
    variables: {
      date: '2018-wp-includes-wlwmanifest.xml',
      year: '2018',
      month: 'wp-includes',
      day: 'wlwmanifest.xml',
      count: 18
    }
  }
}
ClientError: Variable '$date' is invalid. Unable to convert '2019-wp-includes-wlwmanifest.xml' to 'Date': {"response":{"errors":[{"message":"Variable '$date' is invalid. Unable to convert '2019-wp-includes-wlwmanifest.xml' to 'Date'","locations":[{"line":2,"column":22}],"extensions":{"code":"INVALID_VALUE","codes":["INVALID_VALUE","FORMAT"],"number":"5.8"}}],"status":400,"headers":{}},"request":{"query":"\n    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n      contentPreviews {\n        archive(date: $date) {\n          years\n          months {\n            value\n            text\n          }\n          days\n        }\n        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n          id\n          slug\n          title\n          category {\n            title\n            slug\n          }\n          topic {\n            title\n            slug\n          }\n          author {\n            name\n          }\n          pubDate {\n            text\n            date\n          }\n        }\n      }\n    }\n  ","variables":{"date":"2019-wp-includes-wlwmanifest.xml","year":"2019","month":"wp-includes","day":"wlwmanifest.xml","count":18}}}
    at C:\www\frasix\node_modules\graphql-request\dist\index.js:340:31
    at step (C:\www\frasix\node_modules\graphql-request\dist\index.js:63:23)
    at Object.next (C:\www\frasix\node_modules\graphql-request\dist\index.js:44:53)
    at fulfilled (C:\www\frasix\node_modules\graphql-request\dist\index.js:35:58)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  response: {
    errors: [ [Object] ],
    status: 400,
    headers: Headers { [Symbol(map)]: [Object: null prototype] }
  },
  request: {
    query: '\n' +
      '    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n' +
      '      contentPreviews {\n' +
      '        archive(date: $date) {\n' +
      '          years\n' +
      '          months {\n' +
      '            value\n' +
      '            text\n' +
      '          }\n' +
      '          days\n' +
      '        }\n' +
      '        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n' +
      '          id\n' +
      '          slug\n' +
      '          title\n' +
      '          category {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          topic {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          author {\n' +
      '            name\n' +
      '          }\n' +
      '          pubDate {\n' +
      '            text\n' +
      '            date\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  ',
    variables: {
      date: '2019-wp-includes-wlwmanifest.xml',
      year: '2019',
      month: 'wp-includes',
      day: 'wlwmanifest.xml',
      count: 18
    }
  }
}
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2022/03/22/poesie-sul-mare") is 186 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2020/01/30/aforismi-sull-amore") is 133 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2023/01/03/frasi-del-buongiorno-2024") is 517 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Error: Build failed with 1 error:
../node_modules/esbuild/lib/main.js:241:12: error: [plugin: @mdx-js/esbuild] Invalid option in element 0 of "errors": "id"
    at failureErrorWithLog (C:\www\frasix\node_modules\esbuild\lib\main.js:1475:15)
    at C:\www\frasix\node_modules\esbuild\lib\main.js:1133:28
    at runOnEndCallbacks (C:\www\frasix\node_modules\esbuild\lib\main.js:923:63)
    at buildResponseToResult (C:\www\frasix\node_modules\esbuild\lib\main.js:1131:7)
    at C:\www\frasix\node_modules\esbuild\lib\main.js:1240:14
    at C:\www\frasix\node_modules\esbuild\lib\main.js:611:9
    at handleIncomingPacket (C:\www\frasix\node_modules\esbuild\lib\main.js:708:9)
    at Socket.readFromStdout (C:\www\frasix\node_modules\esbuild\lib\main.js:578:7)
    at Socket.emit (events.js:375:28)
    at addChunk (internal/streams/readable.js:290:12) {
  errors: [
    {
      detail: Error: Invalid option in element 0 of "errors": "id"
          at checkForInvalidFlags (C:\www\frasix\node_modules\esbuild\lib\main.js:241:13)
          at sanitizeMessages (C:\www\frasix\node_modules\esbuild\lib\main.js:1519:5)
          at callback (C:\www\frasix\node_modules\esbuild\lib\main.js:904:37)
          at runMicrotasks (<anonymous>)
          at processTicksAndRejections (internal/process/task_queues.js:95:5)
          at async handleRequest (C:\www\frasix\node_modules\esbuild\lib\main.js:654:30),
      location: [Object],
      notes: [Array],
      pluginName: '@mdx-js/esbuild',
      text: 'Invalid option in element 0 of "errors": "id"'
    }
  ],
  warnings: []
}
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2023/01/03/frasi-del-buongiorno-2024") is 517 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2020/01/30/aforismi-sull-amore") is 133 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2021/09/21/canzoncine-per-bambini") is 149 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
Warning: data for page "/[year]/[month]/[day]/[postSlug]" (path "/2022/03/22/poesie-sul-mare") is 186 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)
ClientError: Variable '$date' is invalid. Unable to convert '9-01-01' to 'Date': {"response":{"errors":[{"message":"Variable '$date' is invalid. Unable to convert '9-01-01' to 'Date'","locations":[{"line":2,"column":22}],"extensions":{"code":"INVALID_VALUE","codes":["INVALID_VALUE","FORMAT"],"number":"5.8"}}],"status":400,"headers":{}},"request":{"query":"\n    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n      contentPreviews {\n        archive(date: $date) {\n          years\n          months {\n            value\n            text\n          }\n          days\n        }\n        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n          id\n          slug\n          title\n          category {\n            title\n            slug\n          }\n          topic {\n            title\n            slug\n          }\n          author {\n            name\n          }\n          pubDate {\n            text\n            date\n          }\n        }\n      }\n    }\n  ","variables":{"date":"9-01-01","year":"9","month":null,"day":null,"count":18}}}
    at C:\www\frasix\node_modules\graphql-request\dist\index.js:340:31
    at step (C:\www\frasix\node_modules\graphql-request\dist\index.js:63:23)
    at Object.next (C:\www\frasix\node_modules\graphql-request\dist\index.js:44:53)
    at fulfilled (C:\www\frasix\node_modules\graphql-request\dist\index.js:35:58)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  response: {
    errors: [ [Object] ],
    status: 400,
    headers: Headers { [Symbol(map)]: [Object: null prototype] }
  },
  request: {
    query: '\n' +
      '    query getArchive($date: Date!, $year: String!, $month: String, $day: String, $count: Int!) {\n' +
      '      contentPreviews {\n' +
      '        archive(date: $date) {\n' +
      '          years\n' +
      '          months {\n' +
      '            value\n' +
      '            text\n' +
      '          }\n' +
      '          days\n' +
      '        }\n' +
      '        posts: listByPeriod(index: 0, offset: $count, year: $year, month: $month, day: $day) {\n' +
      '          id\n' +
      '          slug\n' +
      '          title\n' +
      '          category {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          topic {\n' +
      '            title\n' +
      '            slug\n' +
      '          }\n' +
      '          author {\n' +
      '            name\n' +
      '          }\n' +
      '          pubDate {\n' +
      '            text\n' +
      '            date\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  ',
    variables: { date: '9-01-01', year: '9', month: null, day: null, count: 18 }
  }
}
TypeError: Cannot read property 'title' of null
    at SingleQuotePage (C:\www\frasix\.next\server\pages\frasi\[quoteId].js:278:38)
    at d (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:33:498)
    at bb (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:36:16)
    at a.b.render (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:42:43)
    at a.b.read (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:41:83)
    at Object.exports.renderToString (C:\www\frasix\node_modules\react-dom\cjs\react-dom-server.node.production.min.js:52:138)
    at Object.renderPage (C:\www\frasix\node_modules\next\dist\server\render.js:680:46)
    at Object.defaultGetInitialProps (C:\www\frasix\node_modules\next\dist\server\render.js:350:67)
    at Function.getInitialProps (C:\www\frasix\.next\server\chunks\1803.js:52:16)
    at Function.getInitialProps (C:\www\frasix\.next\server\pages\_document.js:36:86)