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
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...