Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt 3 Fatal Error #11

Open
1hakr opened this issue Aug 25, 2019 · 0 comments
Open

Nuxt 3 Fatal Error #11

1hakr opened this issue Aug 25, 2019 · 0 comments

Comments

@1hakr
Copy link

1hakr commented Aug 25, 2019

I'm seeing this warning when using memcached config in the cache. Not sure whats causing this.

Nuxt 3 Fatal Error

My current cache nuxt.config.js

  cache: {
    useHostPrefix: true,
    store: {
      type: 'multi',
      stores: [
        {
          type: 'memory',
          max: 100,
          ttl: 1800
        },
        {
          type: 'memcached',
          max: 1000,
          ttl: 3600,
          options: {
            hosts: ['127.0.0.1:11211'],
            maxValueSize: 5242880
          }
        }
      ]
    },
    pages: ['/']
  },

When i remove memcached, i dont see this warning at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant