deepOriginal post
Rank 2: Process
Hi! I am on Appwrite 1.9.6 self-hosted, and I was trying to implement user impersonation. While it works fine for reading documents, the problem is that as soon as I try to use /jwts API, it threw the error "The current user session could not be found". Is it because creation of JWT does not work with impersonation?
Summary
The `/jwts` API does not work with user impersonation in Appwrite 1.9.6 self-hosted due to the error "The current user session could not be found".