xibman
xibman
NNuxt
Created by Cesar on 7/17/2024 in #❓・help
Repository pattern server side / How to use plugin custom fetch server side ?
5 replies
NNuxt
Created by Cesar on 7/17/2024 in #❓・help
Repository pattern server side / How to use plugin custom fetch server side ?
@Cesar look at the code of this repository i think you will find what you want
5 replies
NNuxt
Created by Mähh on 6/26/2024 in #❓・help
useCookie does share state between layout and component when used in composable
@Mähh you have this method to ensure your cookie weel sync : https://nuxt.com/docs/api/utils/refresh-cookie
6 replies
NNuxt
Created by Lucy on 7/11/2024 in #❓・help
Alternating between two divs with v-for?
4 replies
NNuxt
Created by CDL on 7/10/2024 in #❓・help
new to Nuxt, are folders created manually after init?
@CDL you have command to help you https://nuxt.com/docs/api/commands/add
7 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
do you use the cookie config ?
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
do you have a default language set in your config ?
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
Think you're right !
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
clear your cookie
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
change it by { code: 'en', domain: 'http://localhost:3002/' },
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
{ code: 'en-US', domain: 'http://localhost:3002/' },
20 replies
NNuxt
Created by Inès on 7/9/2024 in #❓・help
Have multiple domains use the same locale
for the locale fallback check this https://i18n.nuxtjs.org/docs/guide/locale-fallback
20 replies
NNuxt
Created by melanie on 4/30/2024 in #❓・help
i18n runtimeConfig different domains not working
NUXT_PUBLIC_I18N_LOCALES_UK_DOMAIN=test command to start server
22 replies
NNuxt
Created by melanie on 4/30/2024 in #❓・help
i18n runtimeConfig different domains not working
do you try something like this
22 replies
NNuxt
Created by melanie on 4/30/2024 in #❓・help
i18n runtimeConfig different domains not working
22 replies
NNuxt
Created by melanie on 4/30/2024 in #❓・help
i18n runtimeConfig different domains not working
@melanie check this part of the doc
22 replies
NNuxt
Created by Just Simeon on 6/29/2024 in #❓・help
Help with exporting composable from Custom Module [Still need help]
weird
32 replies
NNuxt
Created by Just Simeon on 6/29/2024 in #❓・help
Help with exporting composable from Custom Module [Still need help]
do you restart your ide ?
32 replies
NNuxt
Created by Just Simeon on 6/29/2024 in #❓・help
Help with exporting composable from Custom Module [Still need help]
check link
32 replies
NNuxt
Created by Just Simeon on 6/29/2024 in #❓・help
Help with exporting composable from Custom Module [Still need help]
server/tsconfig.json
32 replies