appwrite / appwrite/starter-for-react-native
PING not working
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
### 👟 Reproduction steps
Goal: Setting up Appwrite SDK in the project depending on if a project already exists or not.
```
const client = new Client()
.setProject("69794e5c003b6c712de0")
.setEndpoint("https://fra.cloud.appwrite.io/v1");
client.ping();
```
### 👍 Expected behavior
Client ping should work but it's not working
### 👎 Actual Behavior
Error ping not a function found
### 🎲 Appwrite version
Appwrite Cloud
### 💻 Operating system
MacOS
### 🧱 Your Environment
_No response_
### 👀 Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.