Nuxt3 program SSR fails after deployment to server
This my config.js
Why am I seeing my requests in network tab of devtools when I’m using Nuxtjs (SSR)
I am using nuxt 3.11.1 and when I am trying to send my requests from the server side I’m yet seeing the requests in network tab which made me doubt if I am sending them correctly or not.
custom data fetching composable only work on initial render in Nuxt.js
This is my composables/index.js file