Jure
Jure
Explore posts from servers
NNuxt
Created by Jure on 8/22/2024 in #❓・help
Nuxt Image: IPX_FILE_NOT_FOUND
// ./.output/server/node_modules/ipx/dist/shared/ipx.b027cc1c.mjs
const filePath = join(dir, id)
console.log(filePath) <---
// ./.output/server/node_modules/ipx/dist/shared/ipx.b027cc1c.mjs
const filePath = join(dir, id)
console.log(filePath) <---
Output: /home/user/domain.com/.output/public/images/32934/i.jpg Like I've suspected... IPX is looking for image in the wrong dir (.output). How to fix this?
2 replies
NNuxt
Created by Jure on 2/3/2023 in #❓・help
Error after upgrading Nuxt
https://github.com/vuetifyjs/vuetify/issues/16593
Seems to be a problem introduced with Vite 4.1.0+, I've bumped back to v4.0.4 and it works fine.
I guess this is also causing me the problem. When upgrading Nuxt to the latest version, it also upgraded its dependency: vite "~3.2.4" > vite "~4.1.1" A Vuetify's core team member just opened an issue about this: https://github.com/vitejs/vite/issues/11947 I guess I'll just have to wait for the bug fix before upgrading Nuxt or what else can I do? 🙂 @Fabian B. thanks for your feedbacks!
8 replies
NNuxt
Created by Jure on 2/3/2023 in #❓・help
Error after upgrading Nuxt
This is my "testing" project, if you see why is updating Nuxt causing issue with Vuetify.
8 replies
NNuxt
Created by Jure on 2/3/2023 in #❓・help
Error after upgrading Nuxt
Hi. Thanks for your response. I tried exactly as you suggested and got the same result.
8 replies
NNuxt
Created by Jure on 12/17/2022 in #❓・help
ESLint required dependencies
@harlan agree, docs could be a lot better... But it is clear about this: If you're using TypeScript, follow Usage section by replacing @nuxtjs/eslint-config by @nuxtjs/eslint-config-typescript. That's why I installed this package and asked this question 🙂
11 replies