Mr. BakbukiOriginal post
Rank 1: Thread
Since a custom cookie is needed for SSR, the session won't be sent over when making requests client side, which means that if a user has permissions to view a file in Storage, they will get an error when trying to view it because the session cookie is set on my server and not on the Appwrite server. How can I solve this issue?
Summary
Developers are discussing Server-Side Rendering (SSR) with Storage. They are facing an issue where a custom cookie for SSR causes permission errors accessing files in Storage because the session is set on their server, not the Appwrite server. Solution: Use a proxy on your server to forward requests to Appwrite, and include the necessary session information.