Web Developer
When using appwrite cloud with web- to get cookies set to work(due to origin issues), I had to:
-
You have to use custom domains.
-
You can’t point domain.com to appwrite cloud api - because I can’t create CNAME @- so, I had to create api.domain.com.
-
Then I had to set my web to web.api.domain.com. - to allow it to accept .api.domain.com. Cookies.
Is there an alternative solution?