Hey, I have a problem with appwrite sites, my apps are being deployed but cookies are not set, which means the users can sign up, user created in the account and added in the database but getting a logged in user by setting cookies can't work. I even set custom domains with no success, and this is not happening to one app, it is happening to all my apps, one uses email and password another use google for authentication. Please help me with this, I chose appwrite and migrated to it because I fought it works great and I don't have a problem with other services, only appwrite sites is driving me crazy. The fun thing is that on localhost everything is okay
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...