I am using the Appwrite rest api to create an email session from Retool. My next api call is to create JWT. The call is failing because Retool is a closed environment (some kind of a sandbox) without direct local storage access.
Any Ideas ?
TL;DR
Developers having trouble with logging in using Retool due to the closed environment without local storage access. The issue arises when trying to create a JWT after the email session with the Appwrite REST API. Solution: Look into alternative methods to store JWT or configure Retool's restrictions.