Someone help me how to set up locally in docker
That property is not available showing
From what I've seen in general: https://discord.com/channels/564160730845151244/564160731327758347/1279928516925984918
Do you can send the code fragment giving issue or where you're adding setSelfSigned?
@D5
Hmm what does client() have?
You can check it by putting the cursor on the client
Hmmm ooops, looks like it's missing in the SDK. Do you can create a GitHub issue for this?
Meanwhile try it as always without the self-signed line
ok
@D5
@D5 phone auth , email pass auth both not working after self hosted
i set demo account
Recommended threads
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...