Hi team, I'm experiencing rate limiting issues with email sending during user sign-up and need some guidance.
Setup:
- SvelteKit SPA with Appwrite Cloud (Pro subscription)
- Custom SMTP configured and tested successfully
Sign-up flow:
Email entry → Magic link sent → User clicks link → Sets password → Main app
Issue: The magic link emails are hitting rate limits when multiple users attempt to sign up within a short timeframe. This is blocking legitimate users from completing registration during normal usage patterns. I understand that using an API key would bypass rate limits, but this isn't secure for client-side operations in production.
Questions:
1. What are the specific email rate limits for Pro plan accounts with custom SMTP?
2. Are there any configuration options available to adjust these limits for legitimate use cases?
3. Is there a recommended pattern for handling bulk sign-ups or high-traffic registration periods while maintaining security?
Any insights or workarounds would be greatly appreciated. Happy to provide additional details if needed.
SPA's shouldn't be impacted especially if it's different users (and different IP addresses)
Recommended threads
- [FEAT REQ] Bun runtime support
Instead of just Nodejs, it would be helpful to also add support for the Bun runtime which can speed up deployments by a ton.
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region