Just Simeon
Just Simeon
NNuxt
Created by Just Simeon on 3/30/2025 in #❓・help
IPX causing issues
It was caused by having this cache policy:
'/_ipx/**': {
cache: {
maxAge: 60 * 60 * 24 * 7, // 7 days
staleMaxAge: 60 * 60 * 24 * 30, // 30 days
swr: true
}
},
'/_ipx/**': {
cache: {
maxAge: 60 * 60 * 24 * 7, // 7 days
staleMaxAge: 60 * 60 * 24 * 30, // 30 days
swr: true
}
},
7 replies
NNuxt
Created by Just Simeon on 3/30/2025 in #❓・help
IPX causing issues
Hmm even weirder is that it works on the first try but when I then hard reload it doesnt.
7 replies
NNuxt
Created by Just Simeon on 3/28/2025 in #❓・help
what is the requireJs alternative?
8 replies
NNuxt
Created by Just Simeon on 3/28/2025 in #❓・help
what is the requireJs alternative?
I will wait for a human
8 replies
NNuxt
Created by Just Simeon on 3/28/2025 in #❓・help
what is the requireJs alternative?
I don't think this is the solution
8 replies
NNuxt
Created by Just Simeon on 12/6/2024 in #❓・help
$fetch not working with the new shared folder properly
yes and no, the composable calls a mitt event system I have to emit different events. the composable (which actually should just be a nitro plugin) is just a scraper that continuously calls 2 api endpoints. However it also performs several checks, one of which can trigger an alert that I also want to receive in the frontend
14 replies
NNuxt
Created by Just Simeon on 12/6/2024 in #❓・help
$fetch not working with the new shared folder properly
@kapa.ai my api routes work fine, however I can't call them from the shared folder
14 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai I am talking about https://ui3.nuxt.dev/
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai does this also apply to ui3?
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai is there a way to make that the default when using "block"?
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai my bad, I found it. however In Nuxt ui 2 I have a class "text-center" applied to it. it works perfectly and the text and Icon is in the center of the button. However in nuxt ui 3 this does not wkrk
21 replies
NNuxt
Created by Just Simeon on 12/2/2024 in #❓・help
Loading Icon Timed out
@kapa.ai I already have the heroicons installed locally, the naming is correct and other icons also work fine. Maybe interesting to note, when I click a button the icons suddenly appear.
10 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
that's huge
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
There must be a simpler way
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai tell me how to do it via the :ui prop
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai the button should still work, I just want to prevent things like changing the color on hover
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai the button should still work, I just want to prevent things like changing the color on hover
19 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
HELP NEEDED - Google Storage Bucket Integration
Bump
5 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
I am not able to submit my form for some reason
@kapa.ai I am getting a formValidationError but the output makes no sense: Form validation errors: Array: (3) ["Object", "Object", "Object"]
10 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
How can I change my formgroup so it looks similar as seen on the picture?
@kapa.ai the description is not properly displayed, its 1 word per row. The actual input is now stuck at the bottom right of the formgroup as supposed to the right center. the required * is not next to the title but rather below the description, that looks weird.
14 replies