Closed michalwolas closed 1 year ago
That is because you are using uppercase for your collection names, and this extension only works with lowercase named collections.
would you know of any work-around, or is the only solution to re-name my table?
Unfortunately, directus does not support renaming collections, and as such, you are left with two options:
Maybe someone has a better solution, though I couldn't find any and re-created the database.
looks like its in src/utils.ts I removed the .toLowerCase() and now it recognizes my collection names.
Lol I do consider it bad practice to use capitalization in databases but hey I'm not gonna start a new tabs vs spaces argument 😂
Hi I am trying to use this extension to get updates of items created in a collection over a web socket.
I used npm to install this extension..
I can connect to the websocket successfully but even with admin permissions I get "Collection does not exist in schema"
I tried different collections but I get the same result. Any idea what could be causing this?