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
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...