Hi, I have a self hosted v. 1.7.4 instance behind a reverse proxy and it is actually working well.
But when I call:
TypeScript
await account.deleteSession('current');
I get 413 Payload too large.
TL;DR
Developers are experiencing a 413 Payload too large error when calling `account.deleteSession('current')` on a self-hosted v.1.7.4 instance behind a reverse proxy.