nuxt-ssr-cache icon indicating copy to clipboard operation
nuxt-ssr-cache copied to clipboard

TypeError: Cannot read property 'hostname' of undefined

Open Kazuto opened this issue 4 years ago • 0 comments

This is my configuration, but it does not work: Latest version of nuxt-ssr-cache (1.5.1) and nuxtjs (2.14.0) is installed.

cache: {
    pages: [
      '/'
    ],

    store: {
      type: 'memory',
      max: 100,
      ttl: 604800 // 1 week
    }
  }

Kazuto avatar Aug 08 '20 07:08 Kazuto