Request
Issue #33
abandonedBackend could not reach the sandbox
The backend tried to POST to the per-request sandbox over HTTPS and failed. Either the ACI container did not boot, the ports were not exposed correctly, or there is a network/DNS hiccup.
Suggested next step Wait a minute and trigger a new request — most of these are transient ACI cold-start blips. If it persists, check that the latest sandbox image exposes ports 8000 and 7681.
Technical details ↓
fetch failed
Triggering a new request for this issue creates a fresh sandbox and a fresh agent run. Most abandoned states resolve on a clean retry — but if the failure suggests a config problem (missing API key, App not installed, etc.), fix the underlying cause first.
Verification runs after the agent commits and on every push to the PR branch. Nothing has run yet.
Get the code
Drive locally
Paste this into your local coding agent (Claude Code, Cursor, etc.) to continue iterating with full repo context.
You are continuing work on a draft PR for sindresorhus/p-map, addressing issue #33. Review gitgot's first-pass change on the PR branch, then: - run the project's lint/typecheck/test commands and fix anything broken - if the diff is wrong-headed, revert it and start fresh from the issue - keep the change tight; do not refactor unrelated code