I have a React App (created using create-react-app) and I want to access the environment variables using "process.env." I have multiple environments set up in this repo, so I am using Bitbucket Deployments to manage my environment variables separately for each environment.
The Problem:
I am unable to access the environment variables using "process.env" unless I move them from Deployments to the standard "Repository Variables" section. I MUST be doing something wrong because it would be absolutely absurd for that to be standard behavior. The only documentation that I can find on this subject is with specific regard to using the variables in bitbucket-pipelines.
@Max Wheeler Did you ever find a solution? I am also experiencing this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry you two, but I'm now so far removed from the issue that I don't remember the context or even have access to the repo I was working on. Best of luck in finding a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kari Giberson hello, we solved this problem. Problem was a wrong pipeline. The environment variable was not visible in the build step, because the step was incorrectly described from the point of view of the pipeline. It's awful that the documentation doesn't specify it.
You need to have only one "step" in one "branches"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.