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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...