NevetsOriginal post
Rank 2: Process
client.set_jwt(jwt)
databases = Databases(client)
databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}])
This code always return "Database not found"
Summary
Developers are experiencing issues with the upsert_documents method not working with JWT client authentication. The error "Database not found" is occurring consistently.