Prerequisite You should have installed Node.js (version 18.10.0 or
higher).
http://localhost:3000
.
Deployment
We use Vercel to deploy Inbox Zero. Make sure to set all the environment variables.Troubleshooting
Here’s how to solve some common problems.Tinybird isn't working
Tinybird isn't working
Make sure you have the correct region set. You can adjust the region in the
.env
file.I'm getting rate limited by my email provider
I'm getting rate limited by my email provider
This can happen if your email account (Gmail or Outlook) is connected to another service that’s making requests.To fix this you can check what other services are connected to your email account and remove any that you don’t need.For Gmail: Visit https://myaccount.google.com/security and check “Your connections to third-party apps & services”
For Outlook: Visit https://account.microsoft.com/privacy/app-access to review connected apps
I'm getting rate limited by OpenAI
I'm getting rate limited by OpenAI
To solve this you can:
- Use a different AI model with higher rate limits.
- Move to a higher tier on OpenAPI that has increased rate limits.
- Slow down the rate at which you are making requests.