I am building an app to store information of clients and their PCs and errors of PCs. When I submit the first client and error and after that another client, the app spits out an error message.
I read something about namespaces, but I can not figure out how to use them.
When I try to display the clients the error message displays:
How can I fix this problem?
When using multiple tinyDB instences I had to set different namespaces for each one. Otherwise the data will intertwine.