I'm currently struggling with the localStorage Problem and Custom Sites.
My goal is to move our Flutter Web App to Appwrite Sites.
When just deploying it I'm getting the issue with localStorage when accessing the API via "https://cloud.appwrite.io/v1".
The Appwrite Site is hosted on project-workspace.appwrite.network and accessible.
I thought I would have to add "api.project-workspace.appwrite.network" with a redirect to "https://cloud.appwrite.io" to the "Domains" tab in the Site in the Appwrite Console. But this leads to issues with a Certificate: "ERR_CERT_COMMON_NAME_INVALID".
What exactly do I have to do here to make the App work again?
And I'm currently still using "https://cloud.appwrite.io" in the Functions. Do I also have to change the url there?
Thanks!