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
- My account got banned without obvious re...
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...