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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...