Skip to content

How to fix Nuxt error with SSR (Cannot read property 'getElementsByClassName' of null) #65

Closed
@MatteoGauthier

Description

@MatteoGauthier

I searched for an answer but i can't find anything.
Here is my file
nuxt.config.js

plugins: [
    {
      src: "~/plugins/vue-particles",
      ssr: false
    }
  ]

it throws the error Cannot read property 'getElementsByClassName' of null on route change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions