Troubleshooting

Common issues and how to resolve them

4 articles

Application debug page guide

The debug page is a comprehensive diagnostic tool that automatically monitors your application's health and identifies issues in real-time, analyzing everything from build processes to runtime performance. When problems are detected, it provides clear explanations of what's wrong and specific action steps to resolve issues, helping you quickly troubleshoot build failures, application crashes, memory problems, and configuration errors.

6 min read

Fixing mixed content errors

Mixed content errors occur when your application generates HTTP URLs instead of HTTPS URLs because it doesn't recognize it's being accessed over a secure connection when running behind our load balancers. For Laravel applications, ensure the TRUSTED_PROXIES environment variable is set to * to trust the load balancer's forwarded headers.

2 min read

PHP extensions in applications

PHP extensions are additional modules that extend your application's functionality, with 27 extensions available including gd for image processing, redis for caching, and pgsql for PostgreSQL support. The platform automatically detects missing extensions during deployment and provides clear recommendations to enable them through the settings interface.

4 min read

Automatic debug notifications

Get instant alerts when critical issues are detected in your applications. Automatic debug notifications monitor your application's health and send real-time alerts to your chosen channels when problems require immediate attention.

2 min read