I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish instead of quering my Remix backend, i want to be able to query appwrite directly. The problem, is that appwrite uses a cookie to identify the user. But on local development, i cant create the cookie, to see the inofrmation on the appwrite cloud. They have different domain. Any ideas how to solve it? Maybe there is a way to do the login directly with the appwrite SDK and send the user secret cookie to the backend, so the server could have it as well
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...