Use the app’s Settings tab to remove domains associated with App Platform apps.
Why are my App Platform environment variables not updating?
Validated on 10 Apr 2024 • Last edited on 2 Jul 2024
If your app is successfully deploying but your environment variables are remaining unchanged, you may have defined the same variable name at both the app and component levels. Component-level variables override app-level variables.
To fix this, ensure that your variable is defined at the appropriate level: at the app level or the component level.
Related Topics
How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?
Why do I get the error “JavaScript heap out of memory” during deployment?
Increase the heap memory by setting the environment variable NODE_OPTIONS=–max-old-space-size=4096.
How do I fix a "permission denied for schema public" error in my dev database?
Delete the existing dev database and create a new one. Then make sure that the app deployment completes successfully.