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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help