owljackob
owljackob
NNuxt
Created by Tomas on 8/10/2024 in #❓・help
Open Page with Props?
You can also use History API. There isn't any other and better solution as far as I know.
2 replies
NNuxt
Created by ABON on 7/28/2024 in #❓・help
useLocalStorage or useStorage
useStorage uses localStorage by default, other storage sources can be specified via third argument.
3 replies
NNuxt
Created by ALI on 7/23/2024 in #❓・help
Custom Error page.
Do you use NuxtErrorBoundary? You can also use createError (https://nuxt.com/docs/api/utils/create-error). You need to separate the errors that happen on the server from the errors that happen for the client.
2 replies
NNuxt
Created by ok3n on 7/23/2024 in #❓・help
Lazy loading components outside of /components
Isn't the best way to just try it? )
2 replies
NNuxt
Created by Sloth on 7/6/2024 in #❓・help
how do you use useFetch() in a page (options api)
Why do you have to use Options API since you tested it first with Composition API?
4 replies
NNuxt
Created by MartyNZ on 6/28/2024 in #❓・help
npm dependency issues and deployment failures
Did you use npx nuxi@latest upgrade --force to upgrade?
2 replies
NNuxt
Created by Chazzer on 6/28/2024 in #❓・help
Need Help with Nuxt Content and Styled Text in YAML
I didn't find anything that would potentially block that approach.
5 replies
NNuxt
Created by Chazzer on 6/28/2024 in #❓・help
Need Help with Nuxt Content and Styled Text in YAML
Well and why don't you use .md files?
5 replies
NNuxt
Created by drusellers on 5/31/2024 in #❓・help
Version Mismatch (I must be doing something silly)
No worries, glad it's solved. 👌
12 replies
NNuxt
Created by drusellers on 5/31/2024 in #❓・help
Version Mismatch (I must be doing something silly)
I see that you use 10.2.3, as of npm. Could you please try to update it? What version of Node.js do you run?
12 replies
NNuxt
Created by drusellers on 5/31/2024 in #❓・help
Version Mismatch (I must be doing something silly)
Try running npx nuxi upgrade --force.
12 replies
NNuxt
Created by owljackob on 5/18/2024 in #❓・help
Nuxt Image and Azure Static Web Apps
Does it work also for the production? I didn't have such an issue in dev but it's broken once deployed.
5 replies
NNuxt
Created by Neamix on 5/18/2024 in #❓・help
Error page ui doesnt changed
Is the error fatal?
2 replies
NNuxt
Created by Artist201 on 5/16/2024 in #❓・help
Does the nuxt Certified developer include training on the frontend part/vue3 ?
No, it doesn't. You should already be familiar with Vue. This is a great bundle – https://vuebundle.com – if you want to stick with the same people behind it.
4 replies
NNuxt
Created by Zack Plauché on 4/25/2024 in #❓・help
Public Images breaking on Hot Reload (latest nuxt version, literally today's project)
Try to use Nuxt Image.
2 replies
NNuxt
Created by owljackob on 4/12/2024 in #❓・help
Pass property using navigateTo
Perfect. Thank you! ❤️
7 replies
NNuxt
Created by owljackob on 4/12/2024 in #❓・help
Pass property using navigateTo
Thank you for the reply. This approach won't work sadly because the string has some words... so I believe that the URL limit would be reached (in some cases). Sorry for not including that inside of the question.
7 replies
NNuxt
Created by Giuliopime on 4/10/2024 in #❓・help
How to get previous route from inside a page?
Try checking Vue router's docs.
9 replies
NNuxt
Created by Kyllian on 3/29/2024 in #❓・help
LCP Insanely high with 'dynamic' text
What about showing some kind of placeholder?
23 replies
NNuxt
Created by Diego Costa on 3/25/2024 in #❓・help
The server code doesn't work, only the client, why?
Could you show us the code? Is the project deployed?
2 replies