Hi there,
I'm getting this error on self hosted when trying to create an Index. Any ideas?
Are you writing small case asc instead of uppercase ASC ?
Im not writing anything. Im selecting from the dropdown in the console ui.
Ok. Can you share the screenshot?
Cant write here. Latest version (setup today)
Despite this the error is coming?
Also when I dont put in a length (which is optional field) i get this: Index length is longer than the maximum: 1024
π
Yepps
Always have to create manually via curl request. Really sucks.
Let me share this on <#636852860709240842> channel
Alright, thx π
i just tried this on self hosted branch installer:dev
try using index lenght less than 1024 (optional defaults to php_int_max)
Okay so I suppose its already fixed and it will work again on the next version π
Yeah its just a annoying bug that i still have to fill an optional field out but it still won't create it due to the ui bug so it doesnt matter its just something I noticed aswell.
Recommended threads
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...