formigueiro
formigueiro
Explore posts from servers
NNuxt
Created by formigueiro on 10/18/2024 in #❓・help
Prime vue and nuxt strange event style
Why does this keep happening, he loses all style when changing pages?
1 replies
NNuxt
Created by formigueiro on 10/17/2024 in #❓・help
I created middleware to use in some pages, but im checking and taking time to run
what cand i do fot this?
export default defineNuxtRouteMiddleware(async (to, from) => {
if (!process.server) {
console.log("middleware from client side");
}
}
export default defineNuxtRouteMiddleware(async (to, from) => {
if (!process.server) {
console.log("middleware from client side");
}
}
3 replies
NNuxt
Created by formigueiro on 3/14/2024 in #❓・help
Error ExperimentalWarning: Importing JSON modules
No description
2 replies
NNuxt
Created by formigueiro on 5/31/2023 in #❓・help
GeoIP-lite with nuxt3
No description
32 replies
NNuxt
Created by formigueiro on 5/18/2023 in #❓・help
how to remove cookies from nuxt3?
No description
3 replies
NNuxt
Created by formigueiro on 5/8/2023 in #❓・help
Duplicating content
can anybody help me? I have a page (nuxt3) that displays the list of posts, when I enter it it loads normally, however, when I press F5 for example, it displays the entire page content in duplicate. Does anyone know what this can be? Only happens in production (vercel, netlify)
10 replies
NNuxt
Created by formigueiro on 5/3/2023 in #❓・help
Api middleware not working on api
No description
40 replies
NNuxt
Created by formigueiro on 4/22/2023 in #❓・help
Hydration issue with Netlify deployments
Guys, im getting this boring error in my project in production. Its only happend when im in a specific route and i go to index, for example. I dont kow whatsit could be
4 replies
NNuxt
Created by formigueiro on 3/22/2023 in #❓・help
Pinia its not showing my store
No description
35 replies