Is true that from LOCALHOST I can not make a request to Appwrite functions? 🥲
you can, but you need to manually the CORS stuff. sending it at the end like the code you shared might not work because the OPTIONS request may not be hitting that
Thanks for your response bro... When you say: "Sending it at the end".... What you mean bro? 😅
In Postman it is working fine. What I dont understand is how to send it as RAW JSON like in Postman 😅
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...