Troubleshooting
Common issues and how to resolve them
3 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.
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.
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.