Moderator
I'm using https://appwrite.zachhandley.com
Votes
0
Replies
24
Participants
Unknown
Messages
25
Moderator
I'm using https://appwrite.zachhandley.com
Moderator
unless it just wants it without the subdomain?
Did you read what I linked?
Moderator
I see that, so because I'm developing on localhost and my server is in the cloud it's going to reject my cookies and force localStorage which seems to be resetting every 15 minutes?
Yes except for that last part.
Moderator
well it keeps logging me out
Moderator
idk why
Moderator
it just resets the state every now and then and I get logged out
Moderator
if I refresh the page it logs me out too
Moderator
my current auth
Moderator
Can you check localstorage to see what's in there?
Moderator
I call initAuth in App
Moderator
yeah trying to find it
Moderator
in edge
Moderator
Moderator
localStorage
Moderator
but it says I'm logged out 
So there's a problem with your code
Can you use the debugger to walk through and see if account.get() is called?
Moderator
Yeah I'm modifying the auth state right now to use a computed
Moderator
do I need to use .setSelfSigned in node?
That doesn't exist on the web sdk. You need it for node if you have an appwrite instance with a self signed certificate
Moderator
I think that fixed it by changing it to a computed
[SOLVED] Appwrite is using LocalStorage for session -- Vue