> But when I was using process.env it worked on production but not locally and now that I am using e
But when I was using process.env it worked on production but not locally and now that I am using env and getRequestContext it works locally but not in production lol
I had this exact conversation yesterday
is that you're using variables in a
.env file? (those are only available/populated by next dev but not by wrangler pages dev nor in the deployed application)


