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
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?