I deleted the appwrite schema and created a new one in rds. Now it says in docker compose : Base table or view not found: 1146 Table 'appwrite._console_rules' doesn’t exist
When I look at the db only see 2 tables under appwrite schema named _console__metadata and _console__metadata_perms
Why did you delete the appwrite schema?
In my last post, docker compose logs revealed that there wasn’t a field named factors that made appwrite console login not work, so i just deleted it, (it had no data)
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...