-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added workers-edge-runtime troubleshooting guide (#536)
Adds a troubleshooting guide for issues regarding the JS SDK on Vercel Edge Runtime, Cloudflare Workers --------- Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
- Loading branch information
1 parent
7f57364
commit bb18407
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
apps/web/src/app/(docs)/docs/troubleshooting/sdks/workers-edge-runtime/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Vercel Edge Runtime and Cloudflare Workers | ||
|
||
The E2B JavaScript SDK currently lacks support for Vercel Edge Runtime and Cloudflare Workers due to transport layer package incompatibility used for Sandbox communication. We recommend using supported runtimes like Node, Bun, or Deno instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters