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?
Isn't the same as database?
Yeah but since everything is fetched server side that wasn't a problem
I think you could fetch the image server side too?
I mean that's possible but it would just load my server with unnecessary fetching
Recommended threads
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...