I’ve had this issue several times. I’ve reached out to support before too. The env variables doesnt get updated even after clicking force rebuild. After the last time I spoke with support, they couldn’t find a solution. I had to recreate another app in order to update my env. I’m facing same problem again, I’ll probably create another app. I am just leaving this message as I don’t think there’s much of a solution at this moment.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
I believe that there was a reported issue with the App Platfrom just today. Are you still seeing the problem after a force rebuild?
If so, I could suggest to make sure that you don’t have your env variables defined under both your App level env variables andon the component level as well.
That could explain the odd behaviour where you might change the value of your environment variable under the the App level environment variables, but then the same variable under the component env variables would take presedence and you will not see the new value.
Unlike runtime and build time variables which are resource-specific, app-level variables can be accessed by all resources in your app:
Let me know how it goes!
Best,
Bobby