AkshaydeepOriginal post
Rank 2: Process
Ambiguous method call. Both
setEndpoint
(String)
in Client and
setEndpoint
(String)
in Client match
Error Coming here
Client client = new Client(this)
.setEndpoint("https://cloud.appwrite.io/v1") // Your API Endpoint
.setProject(""); // Your project ID
Summary
Ambiguous method call error while using setEndpoint() in Client class. To resolve this, rename one of the setEndpoint() methods in Client class to a unique name.