Generated test token: c626a66064ae203e8eaf49cb62a5c86e950b50bf2d7a323c0d60003cef0ba978 Using base URL: https://find-local-services.com/website-builder 1. Testing Health Check Endpoint ================================ ❌ Health check failed - endpoint not accessible Error: file_get_contents(https://find-local-services.com/website-builder/api/shell/health): Failed to open stream: operation failed 2. Laravel Application Check ============================= ❌ Laravel application not accessible at: https://find-local-services.com/website-builder 3. Testing Setup Subdomain Endpoint ==================================== ❌ Setup subdomain endpoint not accessible Error: file_get_contents(https://find-local-services.com/website-builder/api/shell/setup-subdomain): Failed to open stream: operation failed 4. Alternative Route Test (using curl if available) ================================================== ❌ Curl test failed or curl not available 5. Setup Instructions ===================== To properly set up the shell execution: 1. Generate a secure token: php artisan shell:generate-token 2. The token will be saved to your .env file as SHELL_EXECUTION_TOKEN 3. Test the health endpoint: curl https://find-local-services.com/website-builder/api/shell/health 4. Test with a real token: curl -X POST https://find-local-services.com/website-builder/api/shell/setup-subdomain \ -H 'Content-Type: application/json' \ -d '{"auth_token": "YOUR_REAL_TOKEN", "subdomain": "test", ...}' Current routes available: - GET /api/shell/health - POST /api/shell/setup-subdomain - GET /api/shell/execution/{id}/status - POST /api/shell/generate-token (requires auth) 6. Debug Information ==================== Base URL: https://find-local-services.com/website-builder Health URL: https://find-local-services.com/website-builder/api/shell/health Setup URL: https://find-local-services.com/website-builder/api/shell/setup-subdomain PHP Version: 8.2.29 Current working directory: /home/wadabdco/public_html/dev/wel ✅ .env file exists ✅ routes/api.php exists Note: If endpoints are not accessible: - Check if web server is running - Verify .htaccess configuration - Check Laravel route caching: php artisan route:clear - Verify APP_URL in .env matches your domain