I created a collection in two different databases, in one it worked and shows up. In the other, it says it worked, and it says it's there on repeated hits to the server, but the collection is not visible in console. This is on 1.5.5, self hosted, restarted the docker but it still isn't showing the collection we created. How can I figure this out?
bad cache? does it show up in incognito?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...