Your app may have crashed while trying to receive an upload or return a response larger than it has been configured to manage.
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
Your team balance may be past due. Pay your balance to lift restrictions on actions you can take on the platform.
If an app’s health check fails, the app currently does not restart. This is because App Platform does not currently support liveness probes. An app only automatically restarts if the app crashes or if its disk or RAM usage exceeds the its limits.