const client = new Client();
client
.setEndpoint(http://localhost/v1)
.setProject(666c330a001dc6bf675b)
I use it like this but although I can access through cloud i cannot use with my local server, i can login to the console on my brower and set it up but react app doesnt work
TL;DR
Developers are encountering an AppwriteException when trying to send a request through local hosting. The issue might be related to how the Client SDK is being utilized. While access through the cloud works, the local server setup is not functioning correctly for the React app. Double-check the Client SDK implementation for local hosting.