Hello I'm not sure if my assumption is correct. Can it be that a client REST-call returns 404 and a client web-call does not or creates the normal output for me? Situation: I have images with different authorizations in a storage. if you have access to the image, no errors should be output. If you do not have access, I would like an error message, e.g. 404. but I only get this error message with a REST call (with same user JWST) and not via web call. The normal output appears there. But the image is not accessible afterwards. How can I solve my problem? appwrite 1.5.4 // appwrite/sdk-for-web 14.0.0
Recommended threads
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...