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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...