[ERROR] Making POST request to undefined/api/execute/
Attempting to run
@cloudflare/sandbox
, simply running:
The sandbox seems to start on port 3000, but running this I get:
- Container builds successfully
Anyone any idea why?1 Reply
Opened an issue here: https://github.com/cloudflare/sandbox-sdk/issues/8
GitHub
TypeError: Invalid URL:
undefined/api/execute
when using sandbox ...Description When attempting to execute a command within a Worker sandbox environment, the request fails with a TypeError: Invalid URL. This suggests that the base URL might not be set or doesn'...