same error
Can you share the whole form?
Interesting
It's like the database can't find your ID field and convert it to _uid
What version are you using?
"appwrite": "^10.2.0",
10?
thats the ver 10.2.0
Can you go to this url https://you-server.com/versions To check what version it is?
Also If you do enter value here is it save it?
{"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"}
You're using Appwrite cloud?
no
docker on private server
Is it production env? If not can you try to upgrade to the latest one 1.2.1? https://appwrite.io/docs/upgrade
no it is not production, i will update
As for the error itself it looks like everything are in order so either
- It's a bug
- It will be fixed by upgrading
- Something I missed
lmn
where do i change the traefik serving port, i messed up my configuration 😭
What you mean Have you follow the instructions?
traefik is trying to serve on 443 i need to change it to 80 because i am using nginx as a server proxy
nano /root/appwrite/docker-compose.yml
# Look for these values
- --entrypoints.appwrite_web.address=:80
- --entrypoints.appwrite_websecure.address=:443
ports:
- 80:80
- 443:443
update fixed it
thank you
Great 👍👍
You can mark the question as solved
[SOLVED]Leaving ID blank in a document
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...