Edik
Edik
NNuxt
Created by Edik on 9/26/2024 in #❓・help
$fetch inside API
Ok, problem solved. I am using lucia auth, and it passed the cookies to the server which was validating it in server middleware. The second $fetch didnt pass thr cookies, so it didnt work. Instead you need to use event.$fetch Alexander Lichter released a video a few days ago about this topic: https://youtu.be/7vfwYaHtv3U
3 replies
NNuxt
Created by bnason on 8/14/2024 in #❓・help
Cannot find name 'defineNuxtConfig'
try to do "nuxt prepare"
5 replies
NNuxt
Created by Edik on 4/26/2024 in #❓・help
Plugins - add third party plugin to Nuxt
Thank you. I think unimport or unplugin are the way to go, as these are in nuxt integrated. I will look further into this.
9 replies
NNuxt
Created by Edik on 4/26/2024 in #❓・help
Plugins - add third party plugin to Nuxt
Hi, thank you for your response. Using 'util' or 'composable' doesn't seem to be the intended method for adding plugins, does it?
9 replies