0👍
By doing some more research i found out none of my .env
variables were working. I fixed this issue by adding this line of code to my nuxt.config.js
: require('dotenv').config();
Source:stackexchange.com
0👍
By doing some more research i found out none of my .env
variables were working. I fixed this issue by adding this line of code to my nuxt.config.js
: require('dotenv').config();