hm maybe inside the astro file it thinks it's a server and not a user?
Probably
wouldn't that return a permission error though
instead of the collection ID error
Or it gets/tried to be executed where the astro file is saved instead
yeah I mean the why could be a few things but the other confusing thing
is that when I call it on the dashboard I use a persistentMap storage with Nanostores
which should locally store it, but that's empty too
I think not
hm
yeah
that's it
so should I use the server SDK?
Nope
From what I see here: https://github.com/appwrite/demos-for-astro they're managing it by having a separate typescript file to handle appwrite related stuff
Sincerely I don't have knowledge on how Astro works, since web development isn't my main specialization, plus every 5 seconds, a new JS framework is released 😆
honestly Astro is great
To debug, you can try looking at the network requests to see what's going on and if the various cookies and headers are correct
Probably not but I also don't know Astro
If a user doesn't have access to something, they'll get a 404. This is to hide the fact that the document even exists
okay so
What I think I should do
is look at the headers Astro sends and has
and probably make an integration for Astro + Appwrite huh
maybe. i dunno anything about astro
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...