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
- 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?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...