
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
- Web SDK chunk upload to Storage without ...
As discussed in this older thread (https://discord.com/channels/564160730845151244/1216821517749321808), the Read permission for Any needs to be enabled in orde...
- Issue while signing up.
Hey, Iām running into an issue right after the setup. I followed the setup instructions and ran `docker compose up -d`, and while the local server seems to be r...
- Cannot resolve server
Greetings! Is this a known issue at this time? Cloudflare reports likewise. Please advise, thank you!
