eliuddyOriginal post
Web Developer
Is true that from LOCALHOST I can not make a request to Appwrite functions? 🥲
Summary
Developers are facing a CORS error when fetching from React to Appwrite Functions. They are struggling to send their request as RAW JSON like in Postman. They are also confused about "sending it at the end" and "manually handling the CORS stuff." Additionally, they are questioning if it's true that requests from localhost to Appwrite functions are not allowed.
Solution: Address the CORS issue by manually handling the CORS configuration. Consider the placement of the request in the code to ensure the OPTIONS request hits it.