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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...