
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
- Stuck at pinging the server to finish ad...
I'm not using the starter app and I'm not sure how to finish connecting my app to Appwrite.io. Is there a CURL command I can run to finish setup?
- 500 internal error
I get a 500 internal error when trying to access my database on appwrite cloud. Sometimes it would start working but this time it never corrects.
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
