Mosh OntongOriginal post
Quality
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?
Summary
Developers using Appwrite web SDK in a Next.js project are experiencing issues with the account.get function not throwing an error despite no session being created. The session from cloud.appwrite.io is causing the problem.
Solution: Running the web project in `incognito` mode might resolve the issue.