0👍
Axios and @nuxtjs/axios is not recommended to use with Nuxt 3
Use useFetch() – it should solve your problem.
Read about it here:
https://nuxt.com/docs/getting-started/data-fetching/#usefetch
- [Vuejs]-"Uncaught TypeError: Cannot read properties of undefined (reading 'extend')" when using vue-3d-model package
- [Vuejs]-Axios gets a new session id with every request, and also refuses to send csrf, but why?
0👍
Pinia storage is not persisted. Use local storage to store the data you need to persist.
Source:stackexchange.com