E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
**Describe the bug** The build process stops at step 7 out of 7, which is running the command "npm run build". The error message indicates that the build process failed...
This is especially useful for debugging and reproducing issues
Relevant issues: https://github.com/e2b-dev/e2b/issues/35#issuecomment-1531591780
Related issues: https://github.com/e2b-dev/e2b/issues/37
**Describe the bug** Currently, API keys are stored in plain text in the browser LocalStorage API. **Concerns** Chrome extensions have access to the LocalStorage API. This means API keys can...
A simple validation without being too invasive with Input.tsx and without creating another component InputError.tsx. - Empty or malformed api key - Correct key format but not a paid account...