# Why am I receiving a forbidden error when making changes to my App Platform app? When making changes to an App Platform app (like updating environment variables or deploying a new version), a forbidden error means you don’t have permission to perform that action because your account or team are in a restricted state on the platform. Often, this is because your team balance is [past due](https://docs.digitalocean.com/platform/billing/late-payments/index.html.md), which may happen if your default payment method fails and there are no other valid payment methods on file. If your balance is past due, we temporarily restrict actions on your team until the balance is paid. To resolve a past due balance, add a [valid payment method](https://docs.digitalocean.com/platform/billing/manage-payment-methods/index.html.md), then [pay your bill](https://docs.digitalocean.com/platform/billing/pay-bills/index.html.md). If your team balance is not past due and you’re still receiving a forbidden error, [contact support](https://cloudsupport.digitalocean.com/s/). ## Related Topics [How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?](https://docs.digitalocean.com/support/how-do-i-fix-the-error-record-is-managed-by-an-app-on-this-account-and-cannot-be-deleted/index.html.md): Use the app’s Settings tab to remove domains associated with App Platform apps. [Why do I get the error “JavaScript heap out of memory” during deployment?](https://docs.digitalocean.com/support/why-do-i-get-the-error-javascript-heap-out-of-memory-during-deployment/index.html.md): 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?](https://docs.digitalocean.com/support/how-do-i-fix-a-permission-denied-for-schema-public-error-in-my-dev-database/index.html.md): Delete the existing dev database and create a new one. Then make sure that the app deployment completes successfully.