hi pam in nextjs we could access enviroment variables with 'NEXT_PUBLIC_' prefix .so for you in .env file you have to name your variable 'NEXT_PUBLIC_SOME_VALUE' and for accessing it in you component's or pages you need to write process.env.NEXT_PUBLIC_SOME_VALUE