Vuetify not working properly on deployment (nuxt3)

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:

I’m not sure what that means. Could you provide more details and a way to reproduce the issue please?

sure!

I would love to attach several images but it won’t let me

This is the “component” that doesn’t work when deployed, meaning even if you click it won’t expand. While working on local, every is perfect

If I can provide more information, I would be more than happy

All I’m seeing is a page with password. Where’s this problem happening?