Web Developer
I'm sure this question has been answered before, but I couldn't find a good solution. I am new to Appwrite, and I'm selfhosting it at console.domain.com. I've set up a user account that I am trying to create an email session with. I get logged in, but the cookies don't set and as soon as I refresh, it acts like I am logged out even though the session is still active in the appwrite console. I have set the domain in the Web platform in the console to * hoping that would fix the issue but unfortunately it does not.
What is the best way to develop an application locally with auth while hosting the appwrite console on a different domain? I can see the session getting created in the dev console, so that part all works. Do I need to set something in my hosts file?