I am using Nextjs, I am deploying my application on cloud run.
I use the command process.env.VARIABLE_NAME within my localhost and it works great, I make sure that the .env is in git ignore so that it doesnt get uploaded.
However, I then deploy my application using the google cloud run... I make sure I go to the Enviroments tab and add in exactly the same variables that are within the .env file. but can't get environment variables through process.env