Alan
Alan
NNuxt
Created by diana~ on 9/30/2024 in #❓・help
Nitro build fails
And see what happens
3 replies
NNuxt
Created by diana~ on 9/30/2024 in #❓・help
Nitro build fails
I suggest to try to remove any modules in your nuxt.config.ts and also any module settings
3 replies
NNuxt
Created by IsaacR943 on 9/29/2024 in #❓・help
Stuck with reactivity not working
That is ABC
7 replies
NNuxt
Created by IsaacR943 on 9/29/2024 in #❓・help
Stuck with reactivity not working
You should not use .value inside a template. That is how vuejs works. So, <div>{{ my_redis_value.value }}</div> should be <div>{{ my_redis_value }}</div>
7 replies
NNuxt
Created by Zeeeth on 9/30/2024 in #❓・help
Initializing a pinia store
The order of modules in the nuxt.config.ts file can matter in terms of initialization and deps
6 replies
NNuxt
Created by vinayak on 9/30/2024 in #❓・help
$fetch not working
You may try npm install --save buffer
import { Buffer } from 'buffer';

// @ts-ignore
window.Buffer = Buffer;
import { Buffer } from 'buffer';

// @ts-ignore
window.Buffer = Buffer;
3 replies
NNuxt
Created by hz2222 on 9/30/2024 in #❓・help
detect if a user is active
WebSocket, SSE or regular HTTP spam pooling
4 replies
NNuxt
Created by Alan on 9/15/2024 in #❓・help
`Help center`
I will try my best, thanks
8 replies
NNuxt
Created by Alan on 9/15/2024 in #❓・help
`Help center`
I hope so, because, my example is a bit complex, to start with
8 replies
NNuxt
Created by Alan on 9/15/2024 in #❓・help
`Help center`
I was afraid to see this answer haha. But at this point, I’ll have to really dive into the docs until I figure it out
8 replies