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

Issue with module nuxt-schema-org #3531

Closed
vazgen opened this issue Mar 12, 2025 · 1 comment
Closed

Issue with module nuxt-schema-org #3531

vazgen opened this issue Mar 12, 2025 · 1 comment
Labels

Comments

@vazgen
Copy link

vazgen commented Mar 12, 2025

Environment

Thank you for this awesome module. I am not sure that this issue should be reported here but in case there is an issue with this module and nuxt-schema-org. When the UI package (v3.0.0-beta.3) is installed and after I try to install nuxt-schema-org it throws an error ERROR Could not load nuxt-schema-org. Is it installed? The issue is not reproducible with UI version 2.*

-- Operation System: macOS 15
-- nuxt versions: 3.16.0
-- node version: 20
-- package manager: yarn

Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.0.0-beta.3

Reproduction

nuxt config can be helpful

export default defineNuxtConfig({
    future: {
        compatibilityVersion: 4,
    },
    compatibilityDate: "2024-11-01",
    devtools: { enabled: true },
    app: {
        head: {
            title: 'Nuxt', // default fallback title
            link: [
                { rel: 'icon', type: 'image/x-icon', sizes: "16x16", href: '/assets/favicon-16x16.png' },
                { rel: 'icon', type: 'image/x-icon', sizes: "32x32", href: '/assets/favicon-32x32.png' },
                { rel: 'icon', type: 'image/x-icon', sizes: "48x48", href: '/assets/favicon-48x48.png' },
                { rel: 'icon', type: 'image/x-icon', sizes: "192x192", href: '/assets/android-chrome-192x192.png' },
                { rel: 'icon', type: 'image/x-icon', sizes: "512x512", href: '/assets/android-chrome-512x512.png' },
                {
                    rel: 'apple-touch-icon',
                    type: 'image/x-icon',
                    sizes: "180x180",
                    href: '/assets/apple-touch-icon.png'
                },
            ]
        }
    },
    modules: [
        'nuxt-schema-org',
        "@nuxt/image",
        "@nuxtjs/i18n",
        '@nuxt/ui',
        "@nuxt/eslint",
        "@nuxt/test-utils/module",
        "@pinia/nuxt",
        "nuxt-time"
    ],
    i18n: {
        baseUrl: 'https://...',
        locales: [
            { code: "en", language: "en-US", name: "EN" },
            { code: "ru", language: "ru-RU", name: "RU" },
            { code: "kz", language: "kk-KZ", name: "KZ", hreflang: 'kk' },
        ],
        defaultLocale: "ru",
        vueI18n: "~~/i18n.config.ts", // if you are using custom path, default
    },
    image: {
        domains: ["....com"],
    },

    routeRules: {
        "/": { redirect: '/blog' },
        "/blog": { swr: true },
        "/blog/category/**": { swr: true },
        "/blog/article/**": { ssr: true },
    },
    runtimeConfig: {
        public: {
            apiBase: process.env.NUXT_PUBLIC_API_BASE || "https://...",
        },
    },
    sourcemap: {
        server: true,
        client: true,
    }
});

Description

conflict with nuxt-schema-org

Additional context

No response

Logs

@vazgen vazgen added bug Something isn't working triage v3 #1289 labels Mar 12, 2025
Copy link

This issue was closed because it was open for 7 days without a reproduction.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants