
I'm an issue while trying to log a user in with the fonction account.createEmailPasswordSession I get this message when sending good email and password : Cookie “a_session_{projectID}” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
`const login = async (email, password) => { const session = await account.createEmailPasswordSession(email, password); console.log(session);
const reqUser = await account.get()
setLoggedInUser(reqUser);
};`
Can someone have a idea on how to fix the issue i'm facing ? Thanks

I thinks its a misconfiguration of my self-hosted appwrite, tested with cloud hosting and no problem. What do i need to make it work ?
Recommended threads
- Reset/Recalculate Dashboard Values
Is there a way to reset/recalc this value on the dash? I had issues importing, and after my second import this was how it ended, I've since added some documents...
- Sites_: 500 Server Error when connecting...
I am trying to set up Sites on my self-hosted Appwrite instance. I have a GitHub Organization with a repo I want access to. I had previously installed the appwr...
- Migration failed after upgrading from 1....
Upgraded from 1.6.2 to 1.7.1 then run migration command No errors in browser console But stuck at appwrite loader and never gets in. Not sure of the type of ...
