Iam trying to connect my domain with digitalocean I followed the steps which you have instructed but when iam changing _APP_DOMAIN_TARGET=mydomain it was showing localhost how to solve these
Have you run docker compose up -d after updating the .env file?
Done
Thank you
My website is not connecting with appwrie if user signup then it was not showing in appwrite
Auth section
So now it works?
My website is not connecting with appwrie if user signup then it was not showing in appwrite
Now this is my problem
Can you share the code implementation
@Binyamin ok
Iam sharing
I've ment just the code snippet
For what I can see the error is inside the appwritetest.js file on line 20?
What is the error you're getting?
I have just copied that from appwrite github repo
How to resolve it
I need to store user email,photos and some user input data in appwrite
How can I do that
@Binyamin where are you
The workflow should be like that
- Login the user
- Check if the user is logged in
- in case the is logged then you can get his storage file and or change them
You said you got error on the first step what is it?
Iam not getting any type of error the only problem is iam unable to store the user inputs
But iam storing in localhost
What you mean store them Store what where?
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...