I'm using https://appwrite.zachhandley.com
unless it just wants it without the subdomain?
Did you read what I linked?
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.
well it keeps logging me out
idk why
it just resets the state every now and then and I get logged out
if I refresh the page it logs me out too
my current auth
Can you check localstorage to see what's in there?
I call initAuth in App
yeah trying to find it
in edge
localStorage
but it says I'm logged out <a:thinkRoll:585724848823599105>
So there's a problem with your code
Can you use the debugger to walk through and see if account.get() is called?
Yeah I'm modifying the auth state right now to use a computed
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
I think that fixed it by changing it to a computed
[SOLVED] Appwrite is using LocalStorage for session -- Vue
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...