
It is my first time to implement Appwrite in web sdk. I am flutter developer and I am now developing a project with next js. I just open the localhost of my web project, so I have that HOC that check if there are session logged in account.get
.
Expected: When account.get it must throw an error because there is no session created
Actual: The account.get does not throw an error because in same instance of browser there is a cloud.appwrite.io session logged in.
- So it means I need to run my web project on
incognito
?
Recommended threads
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Custom Domain Issue
i have added a custom domain about 21 hours ago, but till now there is no SSL certificate is active on it. but if i do DNS check via https://dnschecker.org/#C...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
