Questions tagged [nuxt3]
489 questions
6
votes
0 answers
Nuxt 3 SSR - No console logs of server API in dev environment
When you do a simple console log in server API side, it doesn't show up when you build it using pnpm run dev.
But if you build it using pnpm run build and run the index.mjs, the console log will show up.
Code:
export default…

BLNK
- 123
- 1
- 12
5
votes
2 answers
Cannot find name 'defineNuxtConfig'.ts(2304)
I tried to install Nuxt 3 layers inside a monorepo with turborepo. and I somehow get error with typescript where it's seems to not able to figure out nuxt
defineNuxtConfig not find
appConfig not found
the ts config file look like this:
{
…

wypratama
- 51
- 1
- 3
3
votes
0 answers
NUXT 3.5.1 using generic type in setup script tag raises an error " Unresolvable type reference or unsupported built-in utility type""
I made an application using NUXT 3.5.1 but when I am trying to use the Vuejs 3.3 new feature generic in the setup script it raises an error :