harlan-zw / nuxt-link-checker

Find and magically fix links that may be negatively effecting your Nuxt sites SEO.
https://nuxtseo.com/link-checker
88 stars 10 forks source link

Error: [birpc] function "nuxt-link-checker-rpc:updated" not found #23

Closed StringKe closed 10 months ago

StringKe commented 10 months ago

Details

CleanShot 2024-01-03 at 10 22 41@2x

A new project with just a few modules installed.

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
    devtools: {
        enabled: true,
        timeline: {
            enabled: true,
        },
    },
    modules: [
        '@nuxtseo/module',

        '@nuxt/ui',
        '@pinia/nuxt',
        '@vueuse/nuxt',
        '@nuxt/image',
        '@nuxtjs/device',
        '@formkit/auto-animate',
        '@nuxtjs/web-vitals',
    ],
    app: {
        head: {
            charset: 'utf-8',
            viewport: 'width=device-width, initial-scale=1, user-scalable=no',
            templateParams: {
                separator: '-',
            },
            titleTemplate: '%s %separator %siteName',
            bodyAttrs: {
                class: ['antialiased', 'page'],
            },
        },
    },
    site: {
        url: 'https://example.com',
        name: 'Awesome Site',
        description: 'Welcome to my awesome site!',
        defaultLocale: 'zh',
    },
    nitro: {
        preset: 'node-server',
        timing: true,
    },
    webVitals: {
        provider: 'log',
        debug: true,
        disabled: false,
    },
    linkChecker: {
        showLiveInspections: false,
    },
});

I created a live repo but this error is not present in the live repo.

https://codesandbox.io/p/sandbox/nifty-cdn-mxlx49