Site name:
https://cadian.netlify.app/
Issue:
While building some personal site, I found that vuetify, that works perfectly on local, stops working properly on the extension panels it provides. Maybe some dependency conflict while uploading to netlify.
Any help would be appreciated
Node version: 18.19.0
Package.json:
{
“name”: “nuxt-app”,
“private”: true,
“scripts”: {
“build”: “nuxt build”,
“dev”: “nuxt dev”,
“generate”: “nuxt generate”,
“preview”: “nuxt preview”,
“postinstall”: “nuxt prepare”
},
“devDependencies”: {
“[at]nuxt/devtools”: “latest”,
“[at]nuxtjs/tailwindcss”: “^6.8.0”,
“[at]pinia-plugin-persistedstate/nuxt”: “^1.2.0”,
“[at]types/node”: “^18.17.1”,
“nuxt”: “^3.6.5”,
“nuxt-electron”: “^0.6.0”
},
“dependencies”: {
“[at]mdi/font”: “^7.2.96”,
“[at]nuxtjs/composition-api”: “^0.33.1”,
“[at]pinia/nuxt”: “^0.5.1”,
“pinia”: “^2.1.7”,
“sass”: “^1.64.2”,
“vite-plugin-vuetify”: “^1.0.2”,
“vue-meta”: “^3.0.0-alpha.10”,
“vuetify”: “^3.3.11”
}
}
Logs:
Initializing: