Rank 1: Thread
same error
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
same error
Rank 7: Quantum Computer
Can you share the whole form?
Rank 7: Quantum Computer
Interesting
It's like the database can't find your ID field and convert it to _uid
What version are you using?
Rank 1: Thread
"appwrite": "^10.2.0",
Rank 7: Quantum Computer
10?
Rank 1: Thread
thats the ver 10.2.0
Rank 7: Quantum Computer
Can you go to this url
https://you-server.com/versions
To check what version it is?
Rank 7: Quantum Computer
Also
If you do enter value here is it save it?
Rank 1: Thread
{"server":"1.1.2","client-web":"10.1.0","client-flutter":"8.1.0","client-apple":"1.1.0","client-android":"1.1.0","console-web":"7.1.0","console-cli":"1.1.1","server-nodejs":"8.1.0","server-deno":"6.1.0","server-php":"7.1.0","server-python":"1.1.0","server-ruby":"7.1.0","server-dart":"7.1.0","server-kotlin":"1.1.0","server-swift":"1.1.0"}
Rank 7: Quantum Computer
You're using Appwrite cloud?
Rank 1: Thread
no
Rank 1: Thread
docker on private server
Rank 7: Quantum Computer
Is it production env?
If not can you try to upgrade to the latest one 1.2.1?
https://appwrite.io/docs/upgrade
Rank 1: Thread
no it is not production, i will update
Rank 7: Quantum Computer
As for the error itself it looks like everything are in order so either
Rank 7: Quantum Computer
lmn
Rank 1: Thread
where do i change the traefik serving port, i messed up my configuration 😭
Rank 7: Quantum Computer
What you mean
Have you follow the instructions?
Rank 1: Thread
traefik is trying to serve on 443 i need to change it to 80 because i am using nginx as a server proxy
Rank 7: Quantum Computer
nano /root/appwrite/docker-compose.yml
# Look for these values - --entrypoints.appwrite_web.address=:80 - --entrypoints.appwrite_websecure.address=:443
ports: - 80:80 - 443:443Rank 1: Thread
update fixed it
Rank 1: Thread
thank you
Rank 7: Quantum Computer
Great 👍👍
Rank 7: Quantum Computer
You can mark the question as solved
Rank 1: Thread
[SOLVED]Leaving ID blank in a document