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
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...