Hello everyone,
I’ve been facing a recurring issue while deploying my Forge app (forge deploy). The deployment sometimes succeeds, but very often it fails with errors related to uploading app artifacts to S3. Here’s what I see:
✕ Deploying AgileTest to development...
ℹ Packaging app files
ℹ Uploading app
Error: request to https://forge-cdn-tmp-prod.s3.us-west-2.amazonaws.com/ failed, reason:
Or sometimes:
Error: request to https://deployment-artifacts-xxxx-us-west-2.s3.us-west-2.amazonaws.com/... failed, reason:
The strange part is:
- Running
forge lintshows no issues. - If I keep retrying
forge deploy, eventually one attempt succeeds. - Sometimes I have to wait for a few hours before it works again.
This intermittent failure makes deployments unreliable and slows down development.
Has anyone else experienced this?
I’d appreciate any insights or suggestions. Thanks in advance!