
On my NextJS app, I display a bunch of images and videos uploaded to the storage bucket which has team-based permissions. These are working just fine on normal use, but when I tried to login to my NextJS app from an incognito tab, the images/videos aren't loading. They give me a permission error. The only way I could get the files to show is if I add read permissions to either Any
or Guests
for permissions. But this means that the files are viewable by the public and you don't have to be logged in to see them, you just have to know the URL. I don't want to do that though and I'd like to keep it so that only members of a team can view them.

If your problem is that you login but you still cannot access to the link in incognito, that's because probably your appwrite instance is not running into the main domain you're using, so due to that, appwrite needs using third party cookies, who are blocked in incognito if you have the switch being shown when you open the incognito tab (enabled by default)
Recommended threads
- setup custom domain to appwrite but stil...
i just installed a Appwrite instance in my vps and i did all default otions exept the domain i have setuop its dns as A records pointing to my vps ip altho...
- 1.7.x Style issue in the migration page
I am not able to select what to migrate because of the styling... the checkboxes are not showing on any of the appwrite versions 1.7.x. I tried other browsers, ...
- Website not responding on User session T...
The website is not responding after opening the user sessions tab. (The Chrome tab crashes and i need to open a new one )
