Getting “Internal Error 500” for all services in the Cloud Console and the [Node] SDK is returning ❌
- 0
- Databases
- Auth
- Web
- Cloud

SDK error is “Access to this resource is block” - but the credentials and same script was working fine before (there’s been no changes my side). The Console system status is reporting that there are no issues currently. My project ID is simply “bike”.
Looking at past similar issues, my guess is that my script is too slow to respond and I’ve been “banned”? I’m developing on an iPad Mini, using GH Codespaces on medioce Internet connections as I cycle through Central Asia on bicycle. I built a private ”blog”on AppWrite powered by my Starava activities. I had an AppWrite sticker on my panniers (given to me from a DO Hacktober event) for months since leaving Swizterland, but it got washed off finally in Georgia (I now have a NextJS/Prisma sticker from the same Hacktober swag giveaway). The end goal is to cycle to Australia (but adding in Japan and South Korea [hope to get to some JS/Appwrite meetups there]).

Found a snap of the sticker (it’s only little - you’ll need to Zoom). It’s also the old logo, so if anyone wants to send me a new one to add….?
Recommended threads
- Can't create empty documents?
When I try to create a document without any data, I get this error: ```json {"message":"The document data is missing. Try again with document data populated","c...
- deleteDocument shows The current user is...
my application is an ecomm app that list the products and i just want to add the delete functionality to delete the product the user has permission in appwrite...
- running the run() function with the maxT...
export default async function run( executor: IExecutor, queue: AsyncIterable<ITask>, maxThreads = 0 ) { maxThreads = Math.max(0, maxThreads); const A...
