Conversation
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/cli@0.0.31-pr.242.925608bPrefer not to change any import paths? Install using npm alias so your code still imports npm i "base44@npm:@base44-preview/cli@0.0.31-pr.242.925608b"Or add it to your {
"dependencies": {
"base44": "npm:@base44-preview/cli@0.0.31-pr.242.925608b"
}
}
Preview published to npm registry — try new features instantly! |
|
README check ran. 6 issue(s) found and applied: Updated command descriptions to match code (create, deploy, logout, whoami, agents pull/push), added eject command, added connectors push command. README.md has been updated in this branch. |
|
README check ran. Multiple discrepancies found between README.md and codebase: Commands updated:
Note: README.md changes were committed locally but cannot be pushed to this PR due to merge ref restrictions. A maintainer will need to manually apply these changes or re-run this check on the source branch. |
Note
Description
This PR extends the global HTTP timeout for all Base44 API requests from the default (10 seconds) to 3 minutes (180,000ms). This change addresses timeout issues encountered with long-running API operations such as project deployments, entity pushes, and other resource-intensive tasks that may take longer than the default timeout to complete.
Related Issue
None
Type of Change
Changes Made
timeout: 180_000configuration to thebase44Clientky instance insrc/core/clients/base44-client.tsbase44ClientandgetAppClient()Testing
npm test)Checklist
Additional Notes
This timeout value (180,000ms = 3 minutes) was chosen to accommodate long-running operations while still providing a reasonable upper bound. The change is non-breaking as it only extends the timeout window rather than reducing it. Operations that previously succeeded will continue to succeed, and operations that previously timed out may now complete successfully.
🤖 Generated by Claude | 2026-02-12 16:45 UTC