0👍
Hoping this will assist others. Solved the issue on my end by making environment variables accessible under store/index.js using dotenv, for some reason ‘process.env.VAR_NAME’ wasn’t readable.
https://levelup.gitconnected.com/what-are-env-files-and-how-to-use-them-in-nuxt-7f194f083e3d
- [Vuejs]-Vue3 vue-i18n Lazy loading
- [Vuejs]-How to use JSX/HTML code in Data() Vue 3 components with VITE
Source:stackexchange.com