TheCuteSloth
Nuxt3, need to make requests to backend server
Sorry. Turns out there was a useFetch() above/earlier in index.vue that was calling the wrong port address. What threw me was sometimes it called the earlier useFetch() and other times it called $fetch(). I was so focused on $fetch because it always worked for zpool.ca but never for my server.
5 replies